As you can, in iOS, programmatically access a password-protected site that has been protected by .htaccess or access control.
Using NSURLRequest, you can make a GET request with a URL. But if the URL is protected, how would you send a pair of username password. Also, what if it is encrypted using standard MD5 encryption.
source
share