I am trying to use asiHttpRequest to handle HTTP Digest Authentication, I have two textfields, one is name and the other is password, when the user login with the correct name and password a label will display the auth and userid response string. Can anyone provide
I am trying to use asiHttpRequest to handle HTTP Digest Authentication, I have two
Share
Here is a sample code of how u can sent request to google for authentication. You can change it for digestion. Hope it helps.
Edit 1: