fiddler note: the main menu bar

Main menu can be activated almost all of the fiddler function. Extend the menu system and enhanced by FiddlerScript or Extensions.

1.File menu

File menu is mainly used to start and stop capturing web traffic, you can also load or store the captured traffic.

 

Capture Traffic A switch for capture
New Viewer Open a new window fiddler
Load Archive Captured before re-load a saved file format request to SAZ
Save Usage and interactive web Session context window in the same Save
Import Sessions Import Session captured from other tools
Export Session The fiddler captured Session saved in a variety of file formats
Exit Close fiddler

 

2.Edit menu

Copy Copy the same usage web Session window.
Remove Remove use the same web Session window.
Select All Select all the contents Session of the list.
Paste as Sessions Based on the contents of the clipboard, generating one or more simulated Web Session.
Mark Mark uses the same web Session window.
Unlock for Editing For a selected Web Session unlocked and can be edited requests and responses Inspectors.
Find Session Search the captured data stream.

 

3.Rules menu

 

Hide Image Requests Controls whether the images in Web Session class Session list.
Hide CONNECTs Controls whether all Session CONNECT request method in the Web Session list.
Automatic Breakpoints Breakpoint setting.
Customize Rules Using the configuration script editor to open the currently selected Session.
Require Proxy Authentication 所有未提交Proxy-Authorization请求头的请求会返回HTTP/407响应。要求客户端安装证书。该规则可以用于测试HTTP客户端,
Apply GZIP Encoding 只要请求包含具有gzip标识的Accept-Encoding请求头,就会对除了图片以外的所有响应使用GZIP HTTP进行压缩。
Remove All Encodings 删除所有请求和响应的HTTP内容编码和传输编号。
Hide 304s 隐藏包含HTTP/304 Not Modified状态的响应的所有Session。
Request Japanese Content 将所有请求的Accept-Encoding请求头设置或替换为ja标识,表示客户端希望响应以日语形式发送。
User-Agents 将所有请求的User-Agent请求头设置或替换成指定值。
performance 提供影响web性能的简单选项。

Automatic Breakpoints选项

Before Requests 在请求时进行断点。
After Responses 在响应时进行断点。
Disabled 取消断点。
Ignore Images 断点是否应用于图片请求。

 

4.Tools菜单

Options 打开Options窗口。
WinINET Options 打开IE的Internet Options窗口。
Clear WinINET Cache 清空IE和其他应用中所使用的WinINET缓存中的所有文件。
Clear WinINET Cookies 清空IE和其他应用中所发送的WinINET Cookie。
TextWizard 启动TextWizard窗口,可以对文本进行编码和解码。
Compare Session 与web Session窗口的Compare相同。
New Session Clipboard 打开一个Session的剪贴板。
HOSTS 打开Fiddler的Host Remapping工具。
Reset Script:  
Sendbox 打开http://webdbg.com/sandbox/。
View IE Cache  
Win8 Loopback Exemptions  

 

 5.View菜单

Show Toolbar 控制Fiddler工具栏是否可见。
Default Layout  
Stacked Layout  
Wide Layout  
Statistics 激活Statistics选项卡。
Inspectors 激活Inspectors选项卡。
Composer                         激活Composer选项卡。
Minimize to Tray 最小化Fiddler到系统托盘中。
Stay on Top 强制Fiddler运行在所有窗口上方。
Squish Session List 控制Web Session列表是否水平收缩。
AutoScroll Session list 控制当添加新的Session时,Fiddler是否会自动滚动到Session列表的底部。
Refresh/F5 刷新Inspectors,Statistics选项卡在当前选中的Session的信息。

 

 6.Help菜单

Help fiddler官方文档
Get Fiddler Book fiddler作者编辑的关于fiddler的书。
Discussions 讨论。
HTTP References  打开包含了各种参考文档的页面
Get Priority Support  
Chark for Updates 版本更新。
Send Feedback  生产email信息并发送到邮箱
About 显示fiddler版本信息

Guess you like

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