Change text in request body

60 views
Skip to first unread message

Сергей

unread,
Apr 9, 2024, 10:04:44 PMApr 9
to Fiddler
Hello!

I want to change AAA to BBB in request body

I create script


import System;
import System.Windows.Forms;
import Fiddler;

function OnBeforeRequest(oSession: Session) {
        oSession.utilReplaceInRequest("AAA", "BBB");
       



But nothing changed. Maybe i need to enable scripting somewhere? Or i got an error in script? 

Thanks!
Message has been deleted

EricLaw

unread,
Apr 17, 2024, 3:48:25 PMApr 17
to Fiddler
Where exactly did you enter that content? Did you click Rules > Customize Rules?
Reply all
Reply to author
Forward
0 new messages