If you have ever user Fiddler to debug a web application, you know what a invaluable tool it can be. If you have also tried to debug that application from an iPhone or iPad, you also know how difficult it can be to figure our what’s going wrong from the web server logs. Below I will explain how to configure Fiddler to proxy the iPhone/iPad.
HTTP Traffic
First, you need to enable connections from remote devices. Start Fiddler, and choose Fiddler Options from the Tools menu. Make note of the “Fiddler listens on port”. You will need this in the next step. Now, select the “Allow remote computers to connect” option and click OK. You be asked to restart Fiddler.