This is a migrated thread and some comments may be shown as answers.

Drop data not in a filter.

1 Answer 55 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Karel
Top achievements
Rank 1
Karel asked on 13 Mar 2019, 06:00 PM

Hi,

 

currently when capturing on a PC with fiddler it will capture all traffic. A filter helps with seeing the relevant data. Is there a way to completly drop the data I am not interested in, currently running out of memory.

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 19 Mar 2019, 11:12 AM
Hello Karel,

You could use FiddlerScript's OnBeforeRequest and OnBeforeResponse methods to implement custom filter logic.
Hide the sessions by calling the oSession.Ignore method if the session is not of interest at all or by setting the oSession["ui-hide"] flag to any string. (Best practice is the string to mention the rule which sets the flag).

Regards,
Dimitar
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Karel
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or