Reputation: 11
I want to implement http authentication in iPhone using objective C. Can anyone give me some idea or any dummy project that is implementing the http authentication.
Thanks in Advance.
Upvotes: 0
Views: 451
Reputation: 22305
The excellent ASIHTTPRequest library handles Basic, Digest and NTLM authentication with ease. I recommend it unless you really want to write it yourself.
Upvotes: 1