kkh13
kkh13

Reputation: 11

Http Authentication in Objective C

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

Answers (1)

Matthew Frederick
Matthew Frederick

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

Related Questions