开发中一些经常使用技巧总结

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
}

posted on 2017-06-03 14:41  ljbguanli  阅读(103)  评论(0)    收藏  举报