I have Windows 8.1 installed on my computer and regularly use Fiddler to capture web traffic.
Recently, however, when I open Fiddler and have it capture web traffic, my Internet connectivity dies. The error I get when I open IE is "This page cannot be displayed." In Chrome, I get "The web page is not available" with the following error: Error code: ERR_CONNECTION_RESET
.
Fiddler doesn't even capture any of the requests going out. The weird thing is, this problem randomly starts, but then in an hour or two, it's fine. I don't restart Fiddler; it just suddenly starts working again.
I tried following the steps in Fiddler and Internet Explorer 11 on Windows 8.1, but that didn't help.
Why is Fiddler having this problem, and how can I fix it?
I had the same problem so I stopped capturing traffic (File -> Capture Traffic, F12), and this fixed the connectivity issue, and I could still execute the local Rest URL.
Problem is if you actually want to capture the traffic. My issue was I was behind a proxy and as well as setting the LAN settings in Internet Properties, I also needed to set it in Fiddler (Tools -> Fiddler Options -> Gateway [Choose or configure proxy option] ), and that worked for me
EDIT
Choosing the 'Use System Proxy (Recommended)', from fiddler options worked for a bit and then stoppped again. So I used the Manual Proxy Configuration and that works better
http=proxy.[your proxy domain].net:80; https=proxy.[your proxy domain].net:80
Make sure you restart fiddler after each modification
I had the same issue with Windows 7 and Fiddler v4.6.1.4.
Whenever Fiddler was running, Google Chrome refused to let me connect to gmail, complaining about the Privacy settings.
My solution was to go into Tools\Fiddler Options, and untick the box to capture HTTPS connections.
Disabling the Proxy settings in Network settings also solved this issue.
This is the correct answer from the Telerik, the makers of Fiddler:
http://www.telerik.com/blogs/fiddler-and-internet-explorer-11-on-windows-8-1
From their site:
I know this is old, but I've just had the same issue. Recently upgraded to Windows10 and Fiddler blocks all traffic. The Windows10 upgrade may be a coincidence but I thought I'd mention it.
None of the other solutions worked and I've wasted about an hour trying to resolve the problem...
Anyway - the only solution that worked for me - uninstall then reinstall... All working fine again now.
If you find that web traffic works if you disable 'Decrypt HTTPS traffic' in Tools > Options > HTTPS, then you may need to do this; In the same HTTPS tab, click 'Actions', 'Trust Root Certificate', then accept the prompts.
Change the port from 8888 to another one that is not already used (Tools -> Fiddler Options -> Connection)
I had to change the port because I installed the Windows Phone 8.1 SDK which seems to ship with a debugger listening on port 8888. So that was the reason for the connection failures.