Is NSURLCredential a safe way to send a password over a https connection when responding to a authentication challenge? I assume that this sends the user name and password in a safe way, aka. encrypted and not just as parameters in the url – is this correct?
Thanks for the responses!
Yes, Yes it is.
NSURLCredential is secure if you answer the delegate method properly.