I need to use fiddler to block traffic to a site using autoresponder when working with localhost (as localhost). My question is how to make fiddler transparent to localhost traffic. I don't necessarily need the localhost traffic to go through fiddler, I just don't want fiddler to block it.
I did it in the past after some research but unfortunately I can't find the info.
Notes: 1.the dot solution (adding dot to localhost paths). using http://machinename or 127.0.0.1 are not the right solutions for me. I remember it was something with the fiddler script or settings. 2. Monitor all connections is ticked ( I saw some advice to tick it)