I am looking for a Cocoa class that will enable me to load a web page (html source) from a given URL. To make things a bit more complicated I need to be able to set user name and password for this contention since the access to web page is restricted.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If it's basic authentication you can just put the username and password in the URL like so:
|
|||
|
|
|
|
||||
|
|
|
I tend to use Ben Copsey's ASIHTTPRequest library, which works fine both on OSX and the iPhone. I know most of the stuff it does can be done with NSURLReqest, but this one just makes life so much easier.
|
|||
|
|
