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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -