NSURLConnection does not use the default credential
I'm trying to connect to http://cmis.demo.nuxeo.org/nuxeo/atom/cmis/ with NSURLConnection . This demo web service is documented to require authentication (login: Administrator / password: Administrator). Edit : This web service now sends an authentication challenge, it was not at the time the question was asked. This web service does not send an authentication challenge, so I can't use the connection:didReceiveAuthenticationChallenge: delegate method. Instead I set a default NSURLCredential in the shared credential storage. Unfortunately, this default credential is not used by NSURLConnection