如何通过FIDDLER获取IP地址呢?

  1. 运行fiddler,菜单,Rules->Customize Rules,打开“Fiddler ScriptEditor”
  2. Ctrl+F查找“static function Main()”字符串,然后添加以下代码:FiddlerObject.UI.lvSessions.AddBoundColumn("ServerIP", 120, "X-HostIP");

 

fiddler增加IP列

 

  1. fiddler增加IP列

相关文章:

  • 2021-05-16
  • 2022-02-06
  • 2021-11-29
  • 2021-05-29
  • 2022-12-23
  • 2021-11-06
  • 2021-06-17
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2021-06-03
  • 2021-11-14
  • 2022-01-10
  • 2022-01-06
  • 2021-12-13
  • 2021-06-21
相关资源
相似解决方案