Fiddler application filtering --Fiddler

Fiddler Fiddler filtering in the right panel, the display panel shown in Figure click Filters.

 

As shown in FIG, Fiddler filter panel is divided into several parts:

1, Use Filters: whether to enable the filter

2, Actions: filter settings to take effect

3, Hosts: Hosts filter

4, Client Process: client process filtration

5, Request Headers: request header filter

6, Breakpoints: Breakpoints filter

7, Response Status Code: Filter Response Status Code

8, Response Type and Size: Size and response type filter

9, Response Headers: header in response filter

 

Below these sections were to make a explanation.

1、Use Filters

Check this feature, Fiddler's filtering function to use.

 

 2、Actions

Run Filterset now: run the filter settings

Load Filterset: Load filter settings

Save Filterset: save filter settings

After modifying the filter function in the filter panel, click Run Filterset now be able to effect current configuration.

 

3、Hosts

No Zone Filter: No host filter

Show only Intranet Hosts: Hosts shows only within the network

Show only Internet Hosts: Hosts Internet-only show

Hide the following Hosts: hidden below the Hosts;

Show only the following Hosts: displays only the following Hosts;

Flag the following Hosts: mark is displayed below the Hosts;

Enter or separated with commas between the plurality of Hosts.

 

When using the Show only the following Hosts time domain configuration, in which case Fiddler crawl to only show information www.baidu.com information, the process to access other address information does not show the left panel.

 

 

4, Client Process: client process filtration

Show only traffic from:只显示某个进程的请求;勾选该选项之后,再选择windows中目前的进程

Show only Internet Explorer traffic:只显示IE发出的请求;

Hide trafficfrom Service Hosts:隐藏来自service host的请求

 

5、Request Headers:请求header过滤

Show only if URLcontains:只展示包含的URL

Hide if URL contains:隐藏包含的URL

Flag requests with headers:标记包含特定header的请求

Delete requests with headers:删除包含特定header的请求

Set request header:设置请求header

 

在未使用Request Headers过滤时,访问登录页面的请求如图所示:

在选择Show only if URLcontains过滤后,展示如图所示:

 

 

 6、Breakpoints:断点过滤

Break request on POST:给POST请求设置断点

Break request on GET with query string:给带有查询字符串的GET请求设置断点

Break on XMLHttpRequest:给XMLHttp请求设置断点

Break resquest on Content-Type:给特定 Content-Type设置断点

 

7、Response Status Code:响应状态码过滤

Hide success(2xx):隐藏响应成功的session(2xx)

Hide non-2xx:隐藏状态码非2xx的响应

Hide Authentication demands(401,407):隐藏未经授权被拒绝的session(401,407)

Hide redirects(300,301,302,303,307):隐藏重定向的session(300,301,302,303,307)

Hide Not Modified(304):隐藏无变更的session(304)

 

8、Response Type and Size:响应类型和大小过滤

Show all Content-Type:显示所有响应类型

Hide smaller than 【】KB:隐藏小于指定大小的session

Hide larger than 【】KB:隐藏大于指定大小的session

Time HeatMap:获得即时数据,根据不同响应时间给响应的session设置响应的背景色

Block script files:阻止脚本文件,显示为404

Block image files:阻止图片文件

Block SWF files:阻止SWF文件

Block CSS files:阻止CSS文件

 

 

如图所示,左面板上部分是没有Hide smaller than 【1】KB 的请求,下面是隐藏后的。可明显看到已经过滤掉小于1kb的请求。

 

 

9、Response Headers:响应header过滤

Flag responses that set cookies:标记设置cookie的响应;

Flag responses with headers:标记带有特定header的响应;

Delete responseheaders:删除响应header;

Set response header:设置响应的header;

 

 

 

 

Guess you like

Origin www.cnblogs.com/deliaries/p/11890544.html
Recommended