Supply some basic auth credentials to a WebView?
Posted
by user246114
on Stack Overflow
See other posts from Stack Overflow
or by user246114
Published on 2010-04-05T20:29:27Z
Indexed on
2010/04/05
20:33 UTC
Read the original article
Hit count: 197
android
|android-sdk
Hi,
I have a WebView. I'd like to show some page from my server, but I require some basic authentication. Is there a way I can specify basic auth credentials when calling WebView.loadData() somehow? I can do this on iphone with the equivalent webview class, thinking maybe same is possible with android?
Thanks
© Stack Overflow or respective owner