Search code examples
fiddlerfiddlercorefiddler-dev

Fiddler Script replacing entire response body


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 ?


Solution

  • oSession.utilSetResponseBody("whateveryouwant");