开发者

Debugging Web Requests on an Android Device

开发者 https://www.devze.com 2023-01-08 22:59 出处:网络
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 equivale

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消