Fiddler Script replacing entire response body

1.7k views Asked by At

I am using the static function OnBeforeRequest(oSession: Session) { therefor I have oSession avaible und now I want to replace the entire string here.

What property should I use ?

1

There are 1 answers

0
EricLaw On BEST ANSWER

oSession.utilSetResponseBody("whateveryouwant");