I have HTTP server and my application which are running on locally in android device. To access the file on a local server I want to bypass the proxy localhost/127.0.0.1.
How to bypass the proxy programmatically in Android?
I have HTTP server and my application which are running on locally in android device. To access the file on a local server I want to bypass the proxy localhost/127.0.0.1.
How to bypass the proxy programmatically in Android?