This is a migrated thread and some comments may be shown as answers.

Color URL which contains specific URI when loading saz file

0 Answers 132 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Chellappan
Top achievements
Rank 1
Chellappan asked on 03 Oct 2018, 01:26 PM
I want to highlight the URL when the URI contains specific word at the time of loading/importing files (saz/har/etc).

I found note which says we can do this using "OnBeforeResponse" and "OnBeforeRequest" but those are while capturing session.

if (oSession.uriContains("com")) {
oSession["ui-backcolor"] = "blue";
oSession["ui-color"] = "#D3D3D3";
oSession["ui-bold"]="QuickExec";
}

But my case is, when reviewing the already captured session, I want fiddler to highlight specific words in the URI.

No answers yet. Maybe you can help?

Tags
Extensions and Customization
Asked by
Chellappan
Top achievements
Rank 1
Share this question
or