I am attempting to use a web view with an embedded Nanohttpd server. I can get both to work , but not with each other.
I can send the WebWiew requests to other proxies that are not embedded , this works. or i can send requests from firefox to the embedded proxy and return a modified response.
But i can't send webview requests to the embedded proxy, has anyone tried or encountered this before?
The only hypothesis i can come up with for the reason it fails is i may need to run the server in the background or on another thread?
I'm using code from here for setting the webview proxy, which i can confirm does work WebView android proxy