Android Doesnt Notice When I Do An Www-authenticate
So my problem is the following: I try do login to a website , which uses Basic Authentication (example picture:) http://i.stack.imgur.com/z1DPt.png The Authentication itself works,
Solution 1:
You need to use and save session cookies in your application .This can be achieved by saving your authentication cookies in shared preferences.For implementation look into cookie manager class in the developer page
Post a Comment for "Android Doesnt Notice When I Do An Www-authenticate"