Capture Android Mobile Web Traffic With Fiddler

When doing web development on the desktop, you have the benefit of inspection and debugging tools available in modern browsers like Chrome, Firefox, Safari and Internet Explorer. Inspecting web traffic for page requests and API calls is relatively straightforward. Once you move over to mobile development, you miss a lot of those built-in tools. Luckily there are some good desktop network proxy tools which can make mobile traffic inspection possible again. In this post I’ll walk through setting up an Android 4.x device with Fiddler running on a Windows PC.

Continue Reading →