Created
December 1, 2020 19:00
-
-
Save ericlaw1979/b1668afeb0af20000b7651aeea5b81b0 to your computer and use it in GitHub Desktop.
Show the pre-save sessionID in a column for loaded Fiddler SAZ files
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
| public BindUIColumn("OrigID", 50 /*width*/, 1 /*order*/, true/*sortNumerically*/) | |
| static function ShowOriginalID(oS: Session): String { | |
| return oS["x-OriginalSessionID"]; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment