Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 261
Indrek Kõue Avatar asked Sep 10 '11 12:09

Indrek Kõue


People also ask

How to trust Fiddler certificate on Android?

On the Fiddler Echo Service Webpage, click the FiddlerRoot Certificate link. If the download doesn't open automatically, swipe down from the top and tap the Settings icon. Tap Personal | Security. Under Credential Storage, tap Install from storage.

How to Install Fiddler certificate on Android 11?

Install the root certificate of Fiddler Everywhere on the Android device. Open a mobile browser on the Android device and type the http://ipv4.fiddler:8866 echo service address of Fiddler Everywhere. Tap the option to download the certificate.


1 Answers

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).

  • Here's some info on how to manually link Fiddler with browser: http://www.fiddler2.com/fiddler/help/hookup.asp
  • Here's some info on how to set up proxy in Android Emulator: How to setup Android emulator proxy settings?
  • Here's all in one: http://aurir.wordpress.com/2010/03/22/tutorial-getting-android-emulator-working-with-fiddler-http-proxy-tool/
like image 169
Moyshe Avatar answered Sep 20 '22 13:09

Moyshe