How can you, in the iPhone SDK, programatically access a password protected site that has been protected by .htaccess or access control.
Using NSURLRequest, you can make a GET request from a URL. But if the URL is protected how would you send the username password pair. Also, what if it's encrypted with standard MD5 encryption.