I am trying to debug an issue with a website that is extremely intermittent. To do this I have set up fiddlercore as a service on my machine so that it automatically runs at start-up and captures all traffic until the issue presents itself again.
Unfortunately having fiddlercore proxy all of my internet traffic is slowing my web browsing down and preventing certain sites from displaying correctly.
I tried to get around this by telling fiddler not to be the system proxy and having a remotely hosted PAC file regexp match the site I am interested in and point it to PROXY 127.0.0.1:8080
but this seemed to confuse fiddler and I got stuck in a redirect loop.
Is there any other way I can have fiddler as the proxy, but only for the sites i specify?