Automatically Abort Session when Server Take Long Time To Respond

1 Answer 79 Views
Fiddler Classic
Teo
Top achievements
Rank 1
Teo asked on 28 Nov 2022, 07:11 AM

Hi,

I have this problem that a session is too long to respond. So I want it to be automatically aborted after 5 second.

Im reissuing multiple request/sessions sequentially. The problem is, when I leave it unattended, if the request freezes (where the server doesn't respond), it stays as it is, it doesnt proceed to next sequence.

So how can we abort session for a certain of time if it doesnt receive a response? So the reissue sequentially function for multiple request will proceed if the server doesnt respond?

thanks for your help

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 30 Nov 2022, 02:34 PM

Hi,

Currently, there is no feature in Fiddler to abort requests after a certain amount of time. Fiddler can only delay requests. If you are using your own application to make the requests, you can try adding the timeout support there - e.g. start a timer for XX seconds after each request and stop it when the request finishes. If the timer expires, cancel the request.

Regards,
Lini
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
Teo
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or