Closing Fiddler stops Chrome accessing my apps

144 views
Skip to first unread message

Steve Oldham

unread,
Apr 19, 2016, 5:34:19 AM4/19/16
to Fiddler
I have been using Fiddler to debug a web app I've been working on. I now find that if I stop Fiddler running (or stop it capturing traffic) Chrome cannot access my apps. Firefox continues to access them OK. 

Presumably Fiddler has modified Chrome to direct requests via Fiddler, but I cannot see what I need to change to reinstate access with no Fiddler.

Can anyone tell me how to revert Chrome to a state where it is not totally reliant on Fiddler?

EricLaw

unread,
Apr 19, 2016, 3:19:33 PM4/19/16
to Fiddler
By default, Chrome respects the system's proxy settings.

Without Fiddler running, open IE and choose Tools > Internet Options > Connections > LAN Settings. What do you see on that screen?  Clear all of the checkboxes and click ok, ok. Does Chrome now work?

Peter Lewis

unread,
Apr 19, 2016, 9:37:54 PM4/19/16
to Fiddler
Fiddler is an application that runs on your PC and listens on port 8888 (by default).  When it launches, it configures the PC's web proxy settings (the steps as as given in EricLaw's reply) to route all Http requests to localhost:8888.  Pressing F12 successively has the effect of turning off/on the proxy changes.

When Fiddler exits, it restore this proxy setting to the original.  If Fiddler crashes or isn't allowed to exit properly, the proxy settings on your PC will continue to be localhost:8888.

Chrome can either be set to follow the web proxy settings in IE, or to let some extension take over control of this.  If in Settings, Advanced Settings, Network, the Change proxy settings... button is enabled, clicking it will bring you to the IE's proxy configuration dialog.  If it is disabled, that means some extension is in control, in which case look under the Extensions page (in left column).
Reply all
Reply to author
Forward
0 new messages