How to replace bytes in response body

1 Answer 52 Views
Fiddler Classic
aa
Top achievements
Rank 1
aa asked on 23 Oct 2023, 03:50 AM
How to directly replace bytes instead of strings

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 23 Oct 2023, 07:18 AM

Hello,

 

You can use the responseBodyBytes to manipulate the content.

// Remove compression
oSession.utilDecodeResponse();

// Raw bytes
var arrBody = oSession.responseBodyBytes.

Regards,
Nick Iliev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Fiddler Classic
Asked by
aa
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or