Redirecting network traffic to a local proxy with Genymotion SaaS
This article explains how to redirect network traffic from a Genymotion SaaS virtual device to a local proxy.
Steps to redirect
- To access a local proxy, the application must use adb reverse.
- To do so, connect your device to adb with gmsaas.
- Refer to the Gmsaas command line tool user guide.
- Set the local proxy to use TCP port 3000.
- Configure the virtual device proxy using the web device interface, or with ADB.
- The command to configure the proxy is:
adb shell settings put global http_proxy localhost:3333
- Bind the local proxy to the device proxy configuration using the command:
adb reverse tcp:3333 tcp:3000
- Make sure the app handles Proxy System Settings.
- For more details, refer to this article.
Was this article helpful?
- Yes
- No
- 2 out of 4 found this helpful
Need more help?
- Request Technical Support