Using webview and proxy with authentication
问题 I need to load some url in WebView that is unavailable in one country, so I tried to use a proxy with WebView. I've found one solution on SO (https://stackoverflow.com/a/18453384/7478869), and it works with proxy without authentication. But I need to set the proxy with user and password. Some approaches, that didn't help: 1) Load url with headers class ProxyAuthWebViewClient extends WebViewClient { String proxyUserName; String proxyPassword; public ProxyAuthWebViewClient(String proxyUserName,