fiddler

Hide "Tunnel to" sessions


I try hide sessions generated by social part of Chrome. But hiding of traffic marked as "Tunnel to" in host column not working. Althoungh I successfully hide another sessions based on hostname patterns.

if (oSession.HTTPMethodIs("CONNECT")) {
        oSession["ui-hide"] = "y";
    }

Solution

  • Try the menu option Rules -> Hide CONNECTs