Is there a x-breakresponse in FiddlerCore?

0 Answers 23 Views
FiddlerCore
herson
Top achievements
Rank 2
Veteran
herson asked on 01 Jan 2024, 08:30 PM

static function OnBeforeRequest(oSession: Session) {      
        if (oSession.uriContains("/teste.json")) {     
            oSession["x-breakresponse"]="uri";                         
        }

I need to make a change to the text of a file that is large and if I do it the normal way this change doesn't happen, I think I don't have time to edit the response and that's why it loads without changing. Because in small files it replaces the normal load on the page with the modified response. Is there any way to get around this? Thanks.
herson
Top achievements
Rank 2
Veteran
commented on 01 Jan 2024, 10:02 PM

I think it was my mistake. I forgot the beforeRequest for the other link. After I used it it worked. Sorry.

No answers yet. Maybe you can help?

Tags
FiddlerCore
Asked by
herson
Top achievements
Rank 2
Veteran
Share this question
or