Created
January 2, 2012 16:11
-
-
Save kaizimmer/1551236 to your computer and use it in GitHub Desktop.
Fiddler - add "client ip" column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static function Main() | |
{ | |
var today: Date = new Date(); | |
FiddlerObject.StatusText = " CustomRules.js was loaded at: " + today; | |
//*/ | |
FiddlerObject.UI.lvSessions.AddBoundColumn("Client IP", 120, "x-clientIP"); | |
//*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is part of the Handlers class (located in "user-directory/my documents/Fiddler2/Scripts/CustomRules.js").
You can edit this file directly from within Fiddler2 by installing the RulesTab2 extension (which is part of FiddlerSyntaxSetup.exe).