fiddler Note: The state panel

Capturing Fiddler indicating whether to open the packet capture.
Process-based Filter Fiddler displays the current process is capturing traffic types can click on the panel display process type of filtering options menu

Automatic Breakpoints

Breakpoints
Session Counter The number of entries Web Session of the list, check one or more of the Session, the display is selected and the total number Session number Session, such as: "2/5"
Status Information By default, display the selected first Session of the URL

 

QUICKEXEC command:

?search Search Web Session of the URL ?example.com/pathchars
select type Select Response Content-type header contains the type of Session select image/jp
>size Larger than the selected size bytes in response Session >4000
<size Session Response selected size is smaller than size bytes <5k
@host Selected host request header contains the Session specified host @ 163.com
=ResponseCode Select the response status code is equal to a given value of the Session =200
=Method The selected request is HTTP Session given value =GET,=POST
cols add flagname Web Session list to add a new field cols add x-clientIP
bold urltext Bold display URL contains the specified text Session bold baidu.com
bps status In response code is created in response to the specified value Session breakpoint bps 404
bpm method Match a given value for the http request to create a breakpoint method Session bpm POST
bpu A URL that contains the specified text Session request to create a breakpoint bpu baidu.com
bpafter urltext A URL that contains the specified text Session creation response breakpoint bpafter baidu.com
nuke Clear cache and cookie WinINET nuke
tail ### Web Sessio cut the number of list tail 200
cls Empty Wb Session List cls
g All current Session breakpoint to suspend execution of recovery g
start Capture mode is activated start
stop Close capture mode stop
quit Exit fiddler quit

Guess you like

Origin www.cnblogs.com/Cyzhouke/p/11426534.html