How to request a terminated session again?

1 Answer 228 Views
FiddlerCore
j
Top achievements
Rank 1
j asked on 27 Jun 2021, 09:28 AM

I got a session;

But I don't want to request now

How to resubmit the session?

Sorry, my English is not good

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 28 Jun 2021, 06:04 AM

Hello,

 

Try the solution suggested in this SO thread.

oSession.oRequest.FailSession(404, "Blocked", "Fiddler blocked request");

 

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

j
Top achievements
Rank 1
commented on 28 Jun 2021, 06:14 AM

Session abort or FailSession. How to resend this session request
Nick Iliev
Telerik team
commented on 30 Jun 2021, 07:47 AM

The session is aborted so you actually need to create a new request.
j
Top achievements
Rank 1
commented on 30 Jun 2021, 08:02 AM

Ok thanks
Tags
FiddlerCore
Asked by
j
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or