ASIHTTPRequest
can store the username/password in the Keychain. How does this work?
1) Is the built in authentication dialog (ASIAuthenticationDialog
) coming up and stores the username/password only for the first time? When will the dialog be presented?
2) What about the next requests? Is always the same username/password used?
3) What is if another username/password should be used?
4) What is if a wrong password had been typed in?
5) Any OS constraints?
I'm asking because I never tried that. I'm using SFHF for storing passwords in the Keychain.