Fiddler显示指定host请求,以及过滤无用的css,js

第一步

右侧窗口点击filters

第二步

点击Use Fiters

第三步

第一个选项不动 no zone filter ,第二个选项选择 show only following hosts

第四步

然后填写你需要监控的hosts ,用英文分号隔开

补充点

Hide the following Hosts 为隐藏指定host请求

Flag the following Hosts 为标记指定host请求

过滤CSS,js ,google,favicon

在下面Request Headers

Hide........ 中填写 REGEX:.(js|css|google|favicon?.*)+

原文地址:https://www.cnblogs.com/pythonywy/p/12612233.html