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

Infinite replay of requests?

1 Answer 147 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 31 Jan 2020, 04:48 PM

I have captured a few hundred requests that I would like to replay several hundred times (or just repeat ad infinitum).

My problem is that Fiddler always "captures" the new requests it makes so after a few minutes the list of requests is many tens of thousand long and Fiddler is using many GB of memory.In my case I am not that interested in inspecting the replayed request / response - I would like Fiddler to "fire and forget" them.

I have experimented with the "Keep: XXX Sessions" option as well as filtering to a random process option - but it seems that Fiddler always wants to record requests that it replays.

 

Is there a simple solution.

 

Thanks in advance 

 

Chris

 

 

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 06 Feb 2020, 07:03 AM

Hi Chris,

Internally filters sets the ui-hide flag to the sessions objects, e.g. 

oSession["ui-hide"] = "FiltersTab>MaxSize";

where the value of the flag is just a description of the reason and is technically not used by the code. Are you using FiddlerScript for reissuing? If yes, you can set the mentioned flag.

Regards,
Boby
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
Fiddler Classic
Asked by
Christopher
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or