原文:Unable to use NSURLConnection to get contents of password/username protected webpage
I am trying to get the contents of a webpage that requires a password and user name to access. I am using a NSURLConnection object to get it however when I write the NSMutableData object that is ...