Fiddler2

capture指定站点的traffic信息

rule菜单下,

6 down vote accepted

 

Manipulate the OnBeforeRequest function using the following syntax:

if (!oSession.HostnameIs("domainIcareabout.com") &&
        !oSession.HostnameIs("anotherDomainIcareabout.com"))
{
    oSession["ui-hide"] = "Hiding other domains"; // String value not important
}