Is there any way to save partial stream of an interrupted session in fiddler?

1 Answer 136 Views
Fiddler Classic
F
Top achievements
Rank 1
F asked on 07 Sep 2021, 11:53 AM

Hi, 

I'm trying to save streaming to disk file. However, the stream sometimes is interrupted by unstable internet connection. Then I got a 504 error saying ReadResponse() failed:The server did not return a complete response for this request.

But I can see some bytes are already downloaded. Is there any way to save the downloaded bytes to a file?

I tried the OnBeforeResponse() event in FiddlerScript. But the event is not fired when 504 error occurs.

 

Best regards,

 


1 Answer, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 10 Sep 2021, 10:48 AM

Hello,

There's no way to achieve this with Fiddler Classic and FiddlerScript. You can try FiddlerCore, where you have more control and you can use the OnReadResponseBuffer event for such case. However, this means you'll have to build your own .NET application, which uses FiddlerCore to set proxy on the machine and capture the requests. Please note FiddlerCore is a commercial product with 30-day free trial. If you decide to use it in your app, you'll need a license. More information for the usage of FiddlerCore is available in our documentation.

Regards,
Rosen Vladimirov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Kelley
Top achievements
Rank 1
commented on 12 Oct 2021, 05:18 AM | edited

Thank you for the example, it answered my question.

Tags
Fiddler Classic
Asked by
F
Top achievements
Rank 1
Answers by
Rosen Vladimirov
Telerik team
Share this question
or