I want to implement http authentication in iPhone using objective C. Can anyone give me some idea or an开发者_开发知识库y dummy project that is implementing the http authentication.
Thanks in Advance.
The excellent ASIHTTPRequest library handles Basic, Digest and NTLM authentication with ease. I recommend it unless you really want to write it yourself.
精彩评论