How to setup Fiddler and Genymotion?

跟風遠走 提交于 2019-12-03 03:53:04

问题


I just installed fiddler and I'm developing an app in Eclipse and I am using Genymotion to check if this app works or not. How do I setup fiddler correctly to work with Genymotion?


回答1:


https://cloud.genymotion.com/page/faq/#android-proxy

In your virtual device,

  1. Go to Android settings menu
  2. In Wireless & Networks section, select Wi-Fi
  3. Press and hold for 2 seconds WiredSSID network in the list
  4. Choose Modify Network
  5. Check Show advanced options
  6. Select Manual for Proxy settings menu entry
  7. Enter the proxy address: the Fiddler-running PC's IPAddress and Port 8888
  8. Press the Save button

In Fiddler,

  1. Click Tools menu > Fiddler Options > Connections
  2. Tick the Allow Remote Computers to connect box
  3. Restart Fiddler.



回答2:


It is out of context but If you want to get the http and https request response fetch, use mitmproxy, Really easy

http://docs.mitmproxy.org/en/stable/install.html



来源:https://stackoverflow.com/questions/21554235/how-to-setup-fiddler-and-genymotion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!