Using a WebView widget to authorize access
Posted
by tunneling
on Stack Overflow
See other posts from Stack Overflow
or by tunneling
Published on 2010-05-08T13:07:26Z
Indexed on
2010/05/08
13:08 UTC
Read the original article
Hit count: 206
I am trying to access a server that requires authorization using the WebView widget in Android. I think it's the .htaccess type of authorization.
I works with the default browser provided with the OS, but when I try it with a WebView.. it gives a 401 immediately.
Any ideas on how I can have a WebView present the dialog to enter the user/pass (and remember it)?
Thanks.
© Stack Overflow or respective owner