Is there a way to route requests made through the web browser on an Android device through Fiddler? I would like to debug web requests that my device is making when I load a web page, and the equivalent emulator not necessarily giving me the same results.
Thanks,
Dave Morris开发者_运维问答
You can set up the emulator to run Web requests through a proxy. There are ways for you to set up your own code to use a proxy. I am not aware of a way to have a production device use a proxy for the built-in Web browser, though.
精彩评论