Fiddler显示服务器ip地址列(方便查看host是否生效)

1、点击菜单栏rules——customize rules...

 

2、ctrl+f 搜索“static function main”

 

3、在main函数里加入下面一行代码,调用fiddlerUI函数,显示ip地址列

    FiddlerObject.UI.lvSessions.AddBoundColumn("ServerIP",120,"X-HostIP");

 

4、保存并关闭,重启fiddler后即可看到ip地址列

 

 

参考地址:https://blog.csdn.net/qiqizhiyun/article/details/52385717

posted @ 2018-07-26 17:01  南风叶  阅读(1411)  评论(0编辑  收藏  举报