Search code examples
androidhttpandroid-emulatorfiddler

Logging HTTP requests/responses with Fiddler on Android emulator


Fiddler manages to log all my PC HTTP traffic, but when I run Android emulator and start browsing web though emulator, nothing gets logged.

Why isn't Fiddler logging Android emulator browser HTTP traffic?


Solution

  • Emulator has to be aware of Fiddler, just like your normal PC browsers are. When you want Fiddler to log your IE activity, you have to set up Fiddler as a IE proxy (actually, it happens automatically, but still).