ios - NSURLConnection Lost Connection -
i have app 100k+ users connects using soap web service. works fine users except using nsurlconnection keep getting error:
error domain=nsurlerrordomain code=-1005 "the network connection lost." userinfo=0xac16c70 {nserrorfailingurlstringkey=https://mail.scripps.org:443/ews/exchange.asmx, nserrorfailingurlkey=https://mail.scripps.org:443/ews/exchange.asmx, nslocalizeddescription=the network connection lost., nsunderlyingerror=0x133b0eb0 "the network connection lost."}
this happens servers. servers have ntlm authentication works 95% of time reason i'm getting error , have no idea why.
any appreciated.
this question identified problem having. instead of soap, i'm using jsonrpc.
the solution simple. needed:
[mymutableurlrequestobject sethttpmethod:@"post"];
Comments
Post a Comment