fiddler 中显示请求 IP

在 Rules -> Customize Rules... 中,static function Main() 中加一行

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

原文地址:https://www.cnblogs.com/frostbelt/p/7832376.html