Skip to content

Instantly share code, notes, and snippets.

@ericlaw1979
Created December 1, 2020 19:00
Show Gist options
  • Select an option

  • Save ericlaw1979/b1668afeb0af20000b7651aeea5b81b0 to your computer and use it in GitHub Desktop.

Select an option

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
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