@basti wrote:
Hi, I try to deal with the native HTTP and pass some data via get to a server. On android it works without any problem.
On iOS there is unfortunately this error:
***** Assertion failure in -[AFHTTPRequestSerializer requestWithMethod:URLString:parameters:error:], /Users/.../Plugins/cordova-plugin-advanced-http/AFURLRequestSerialization.m:347**
A search brought that the problem should be in the provided url, but on Android the same url is no problem.
Here is a demo-url which crashes:
http://demo.com/app-set.php?id=GOZFGHET&klasse=3&stunde=112&uebungen=[{"title":"Hampelmann","uebung":"","saetze":3,"wiederholungen":10,"done":false}]&wow_id=QVTOPGLD
Could there be something with this url?
Posts: 1
Participants: 1