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

Rules - Test for Replay

0 Answers 112 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
K.W.
Top achievements
Rank 1
K.W. asked on 06 Nov 2017, 09:08 PM

Is there a test that can be used to determine if the current Session is currently under Replay? 

I want to rePOST some POSTs but I want to change a value each time, so, I'd like to do something along the lines of:

static function OnBeforeRequest(oSession: Session) {

If (oSession.Replay) {

     oSession.utilReplaceInRequest("cookieMonster:1234567","cookieMonster:987654");

}

....

}

No answers yet. Maybe you can help?

Tags
Fiddler Classic
Asked by
K.W.
Top achievements
Rank 1
Share this question
or