Handling URL Authentication Challenges – Accessing Password Protected Servers
No frills, just the latest news from hundreds of the best sources.
Handling URL Authentication Challenges – Accessing Password Protected Servers
Aug 25, 2010 2:07 am
It’s not uncommon for a server to require credentials for access. A common example is a password protected directory on a web-server that will prompt for a username and password before allowing access. When using a NSURLRequest object to access a server, the delegate methods of NSURLConnection offer a means to be notified when an [...]