Friday, March 3, 2017

Set wifi proxy bypass list on android device

Android device does not have a good support on proxy auto config, so it is necessary to manually set the proxy settings.

Host:
proxy.phl.sap.corp

port:
8080

Bypass proxy for:
*.sap.corp

note the pass proxy list needs to have *, so that it will bypass the host of https://smpsdk-ciat-rel.mo.sap.corp:8081/, if * is missing, then the bypass will not work.


Steps to set proxy on android simulator
1. launch android simulator
2. open settings app from simulator
3. in Wireless & networks section, click "More..." and then select "Cellular networks" item
4. click Access Point Names item
5. click T-Mobile US item
6. set proxy server name in "proxy" field, for example: proxy.phl.sap.corp
7. set proxy port in "port" field, for example: 8080
8. click top right three point menu item and then select save
9. test with mobile chrome and you should be able to access www.yahoo.com
(not yet find a way to set bypass proxy server list on simulator)


No comments:

Post a Comment