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

Can Fiddler send the same thing multiple times?

9 Answers 1816 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 31 Dec 2014, 12:10 PM
Its like a flash game where you do something, and refresh and do it again and refresh over and over again. Is there way to just do it once, and use fiddler to make it look like we have done it hundreds of times? 

9 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 31 Dec 2014, 03:25 PM
Fiddler can reissue a single request many times. Select the Session in Fiddler's Web Sessions list. Hold the Shift key and push the R key.

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andrew
Top achievements
Rank 1
answered on 31 Dec 2014, 05:37 PM
Thank you very much for the positive reply. But the problem is, its not a single request that needs to be reissued, instead, its 6 of them. Is it possible to reissue all of them at the same time?
0
Eric Lawrence
Telerik team
answered on 02 Jan 2015, 04:53 PM
This works exactly like you'd expect. Select all 6, then hit SHIFT+R.

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andrew
Top achievements
Rank 1
answered on 03 Jan 2015, 03:24 PM
Thank You. Now i need to know another thing. So the game consists of pressing several keyboard letters. You press each letter twice. The accuracy and perfection of pressing the letters gives out a score. The better accuracy, the higher the score. Is there any way how i can EDIT this score and change it to whatever i want? There are 6 letters, if that matters.

I have attached a pic below for better understanding. The first click starts the yellow circle around the letter, and the second click ends it. When it ends, a yellow light path slowly starts moving on to the next letter and it stops when you hit the next letter.
0
Eric Lawrence
Telerik team
answered on 05 Jan 2015, 02:57 PM
Fiddler is a HTTP debugger; it can modify HTTP requests and their responses. It's not clear how your task relates to HTTP, and thus I cannot help you with it.

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
will
Top achievements
Rank 1
answered on 14 Aug 2020, 02:28 AM

Can I this with Fiddler Everywhere? I can't seem to do it with shift+r.

Thanks.

0
Nick Iliev
Telerik team
answered on 14 Aug 2020, 09:20 AM

Hello Will,

You need to select a session (or a number of sessions) and then press Shift + R. You will be prompted to answer how many times you want to action to be repeated.

Regards,
Nick Iliev
Progress Telerik

0
Martin
Top achievements
Rank 1
answered on 21 Oct 2020, 11:10 AM
So this works as expected in as much as it mimickes what happens if I select the session and just continously hold down R. The only thing that is unclear to me, and the reason I fell upon this article, is whether the multiple requests are being run truly in parallel (I am researching some potential performance problems). I just wanted to know if the effect I am seeing is truly a behavior of my service or an artifact of Fiddler (like scheduling all the requests but only actually firing them in smaller batches).

Regards
Martin 
0
Nick Iliev
Telerik team
answered on 25 Oct 2020, 03:14 PM

Hey Martin,

 

While the replayed requests are sent in parallel that doesn't necessarily mean that you will receive the responses in the same order.

 

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/.

Tags
Fiddler Classic
Asked by
Andrew
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Andrew
Top achievements
Rank 1
will
Top achievements
Rank 1
Nick Iliev
Telerik team
Martin
Top achievements
Rank 1
Share this question
or