I have faced the problem at first time when i send the url request it didn’t complete.
My Url is:
https://www.company name.com/apps/webservice/index.php?op=Newtips&campaign_id=38&title=löp&touserid=4&description=Ålägg
when i send without swedish character it works fine but when i send request with this character it didn’t give me response.
Please help me to solved this problem
Thanx in Advance
Try to use
stringByAddingPercentEscapesUsingEncoding:method ofNSString, before initializingNSURLwith it.UPDATE:
for example: