0

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 ?

  • If you want to modify the response, you need to do this in `OnBeforeResponse()` –  May 13 '17 at 23:45

1 Answers1

1

oSession.utilSetResponseBody("whateveryouwant");

EricLaw
  • 56,563
  • 7
  • 151
  • 196