My IIS server requires authentication to access the localserver
this is causing android WebView component to get 403 error once directed the the url
if I uncheck Basic Authentication under Directory found in
Computer Management -> Web Sites -> Properties
I would receive 403 error(Access Denied) this time including my browser
once I restart my computer
How do I disable authentication without losing access to it?
if this is not possible
Is there a way to allow android WebView enter the username and password
automatically to prevent 403 error?
You need to handle Basic Auth in WebView: How to handle Basic Authentication in WebView