How to bypass proxy for a specific url in Android emulator

I am trying to use web services in a native app, and the IP I am trying to remove must bypass the corporate proxy. But in order to connect my emulator to the internet, I have to set up a proxy server in the emulator. Is there anyway I can bypass the proxy for that specific IP in the emulator?

Currently my emulator is connected to the internet and can open sites through a browser.

+1


source to share


1 answer


You need to set up an intermediate proxy as the Android emulator has no options to set internal server URLs that don't need proxies. Try the suggested approach here . He works!



0


source







All Articles