capture mobile(real device) traffic on laptop fiddler

1.3k Views Asked by At

I am trying to capture my mobile traffic on my laptop fiddler.

I followed the steps provided in below link. https://docs.telerik.com/fiddler-everywhere/get-started/mobile-traffic/configure-android

Issue is I am losing internet on my mobile after adding proxy.

My mobile and laptop are on same WIFI network

1

There are 1 best solutions below

5
Prasad  14723312 On

Make sure that,

  1. On your real mobile, you have "allowed remote computer to connect".

  2. "Your laptop's IP address" is configured as a proxy on your mobile manually.

  3. Your mobile's proxy port number is configured 8866 manually.

  4. Try pinging your phone IP address from your computer.

If it is still not working maybe try "fiddler classic" instead of "Fiddler Everywhere". Please setup your Android device to use "Fiddler" tool as a proxy. Then you can use fiddler tool for debugging on Windows. You just need to install fiddler root certificate.

Refer below link: https://www.telerik.com/blogs/how-to-capture-android-traffic-with-fiddler

And to capture iOS Traffic with Fiddler: https://www.telerik.com/blogs/how-to-capture-ios-traffic-with-fiddler