Debugging web requests on an Android device

Is there a way to route requests made through a web browser on an Android device via Fiddler? I would like to debug the web requests my device makes when loading a web page, and an equivalent emulator does not necessarily give me the same results.

Thanks,

Dave Morris

+4
source share
1 answer

You can configure the emulator to run web requests through a proxy server . There are ways to configure your own code to use a proxy server. However, I do not know how to use the production device for the proxy server for the embedded web browser.

+1
source

All Articles