Top "Nsurlcredential" questions

NSURLCredential is an immutable object representing an authentication credential consisting of authentication information specific to the type of credential and the type of persistent storage to use, if any.

NSURLErrorDomain error -1012

I need to parse a xml file from a password protected URL I tried the following NSURLCredential *credential = [NSURLCredential credentialWithUser:@"…

iphone ios nsurlconnection nsurlrequest nsurlcredential
Basic Authentication with Alamofire

Experiencing an issue when authenticating with Basic Auth. I am using a standard enum that conforms to URLRequestConvertible protocol to …

ios swift authentication alamofire nsurlcredential
iPhone: How to Get Basic Authentication to HTTPS Web Service Using NSURLCredential

I am trying to call an https web service (RESTful) using basic authentication. It works fine if I put the …

iphone cocoa-touch nsurlconnection nsurlcredential