Unplanned
Last Updated: 21 Apr 2022 22:07 by Eric
Alexandr
Created on: 31 Mar 2022 20:42
Type: Feature Request
0
Filter - Add feature block named "Request Body" with options "Show only if request body contains", "Hide only if request body contains"

Hello! The problem is described on this link: stackoverflow

 

 Please add in Filter -  feature block named "Request Body" with options "Show only if request body contains", "Hide only if request body contains"

2 comments
Eric
Posted on: 21 Apr 2022 22:07

This is easily done in FiddlerScript.

 

Click Rules > Customize Rules > OnBeforeRequest

Inside the function, add

if (!oSession.GetRequestBodyAsString().Contains("whatever")) {

   oSession["ui-hide"] = "doesn't contain whatever";

}

ADMIN
Nick Iliev
Posted on: 01 Apr 2022 07:43

Hello Alexandr,

 

Thank you for your interest in Fiddler Classic and for suggesting the feature request (it is now marked for triaging). Meanwhile, I want to note that the new Fiddler Everywhere already can filter traffic based on the Request Body content.

 

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.