How can I get the contents of a URL using base64 authentication (username:password) with the iPhone SDK
Passing the username and password in the URL doesn't work because the API states that the authentication is basic web authentication, using base64 encryption of "username:password"
I hope somebody can help me out with this one.
Thanks in advance!