为了账号安全,请及时绑定邮箱和手机立即绑定

fiddler 监控面板

为什么我的没有server IP 这一项啊?http://img1.sycdn.imooc.com//56814bab000198ce07720072.jpg

正在回答

3 回答

这是定制选项。可以自己enable。

快捷键Ctrl+R  或者  菜单->Rules->Customize Rules

在CustomRules.js文件里Ctrl+F查找字符串

static function Main()

添加一行代码即可显示IP

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


完成以后,Main()看起来是这样的。ServerIP会出现在最后一列,如果需要的话,拖动到需要的位置即可。

static function Main() {
        var today: Date = new Date();
        FiddlerObject.StatusText = " CustomRules.js was loaded at: " + today;
        FiddlerObject.UI.lvSessions.AddBoundColumn("ServerIP", 120, "X-HostIP");
        // Uncomment to add a "Server" column containing the response "Server" header, if present
        //UI.lvSessions.AddBoundColumn("Server", 50, "@response.server");

        // Uncomment to add a global hotkey (Win+G) that invokes the ExecAction method below...
        // UI.RegisterCustomHotkey(HotkeyModifiers.Windows, Keys.G, "screenshot");
    }


   


1 回复 有任何疑惑可以回复我~
#1

YibuMe 提问者

非常感谢!
2015-12-30 回复 有任何疑惑可以回复我~

怎么设置端口

0 回复 有任何疑惑可以回复我~

灰常感谢!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

fiddler 监控面板

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信