fiddler抓包工具简单使用

1、fiddler链接

fiddler默认地址:127.0.0.1:8888 

部分浏览器可能需要手动设置代理地址。(Goole Chrome 不需要)

2、常用菜单选项

 3、断点

  请求拦截:Rules->Automatic Breakpoints -> Before Responses

  响应拦截:Rules->Automatic Breakpoints -> After Responses

  取消拦截:Rules->Automatic Breakpoints -> Disabled

4、编辑

  拦截后可对请求信息或响应信息进行编辑

  点击拦截地址 -> TextView -> Responsebody is encoded.Click to decode(将窗口乱码信息解编码) -> 编辑信息 -> Run to Completion(继续)

 

 

posted @ 2017-10-27 12:33  zzlei  阅读(155)  评论(0)    收藏  举报