Top "Nsurlconnectiondelegate" questions

The NSURLConnectionDelegate protocol defines methods common to the NSURLConnectionDataDelegate and NSURLConnectionDownloadDelegate protocols.

The certificate for this server is invalid

I know that if I use following nsurlconnectiondelegate it will be fixed – connection:willSendRequestForAuthenticationChallenge: – connection:canAuthenticateAgainstProtectionSpace But I am trying …

ios iphone nsurlconnection nsurlconnectiondelegate
NSUrlConnectionDelegate - Getting http status codes

in iOS, how can I receive the http status code (404,500 200 etc) for a response from a web server. I am …

iphone ios xamarin.ios http-response-codes nsurlconnectiondelegate
iphone: secure restfull server "The certificate for this server is invalid

I am trying to consume secure restful service which gives error Error = Error Domain=NSURLErrorDomain Code=-1202 "The certificate for …

iphone objective-c ios nsurlconnection nsurlconnectiondelegate
NSMutableURLRequest "The request timed out" issue . .

I am trying to download data in my application by using the following code NSURL *url = [NSURL URLWithString:@"my download …

ios objective-c nsurlconnection nsmutableurlrequest nsurlconnectiondelegate
how to unit test a NSURLConnection Delegate?

How can I unit test my NSURLConnection delegate? I made a ConnectionDelegate class which conforms to different protocols to serve …

ios unit-testing nsurlconnection ocmock nsurlconnectiondelegate