Sample of how to use Basic Auth using android WebView. We can't get auth just using http://username:password@example.com/..
webview-basic-auth-sample is hosted in the following web site
https://github.com/uedayo/webview-basic-auth-sample
If you think the Android project webview-basic-auth-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of webview-basic-auth-sample.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 10 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Fragment Count | 1 |
Required Permissions | android.permission.INTERNET |
webview-basic-auth-sample has the following Java source files.
com.uedayo.android.basicauthsample.CustomizedWebViewActivity.java com.uedayo.android.basicauthsample.DefaultWebViewActivity.java com.uedayo.android.basicauthsample.MainActivity.java