1.菜单->Rules->Customize Rules

让抓包工具fiddler请求显示服务器IP信息的设置

2.在CustomRules.js文件里Ctrl+F查找字符串 static function Main()后添加一行FiddlerObject.UI.lvSessions.AddBoundColumn("ServerIP", 120, "X-HostIP");

代码后,重启fiddler之后就可见Server IP了 (显示在最后面)

让抓包工具fiddler请求显示服务器IP信息的设置

让抓包工具fiddler请求显示服务器IP信息的设置

 

3.为了查看方便可以将IP直接拖动放到前面来;

 让抓包工具fiddler请求显示服务器IP信息的设置

 

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2021-11-08
  • 2021-04-18
  • 2021-11-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-12
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-12-23
相关资源
相似解决方案