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

How to send request in Fiddler Script

3 Answers 955 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Vitali
Top achievements
Rank 1
Vitali asked on 18 Feb 2020, 07:46 PM
Please, help me. How to send request in code Fiddler JavaScript.net?

3 Answers, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 19 Feb 2020, 08:09 PM

Hi Vitali,

Although, FiddlerScript is powerful, it is unable to script requests because it is mostly used for UI Enhancement and modifying captured sessions. For a primer on FiddlerScript see the Understanding FiddlerScript blog post.

To Generate Traffic it is recommended to use the Composer. Additionally, it is also possible to Create Custom Responses using the AutoResponder.

I hope this helps. Please let me know if you have any additional questions. Thank you for using the Fiddler Forums.

Regards,


Eric R | Senior Technical Support Engineer
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
0
Vitali
Top achievements
Rank 1
answered on 19 Feb 2020, 08:16 PM

Hi, Eric.

Thanks for your reply.
The meaning of the task is this: I intercept certain pages with https with the help of Fiddler, based on its contents I need to make many requests, emulate the opening of various pages with the necessary parameters. therefore, the use of manual execution in Composer is not suitable. Maybe there are some other options for solving this problem?

0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 19 Feb 2020, 08:28 PM

Hi Vitali,

Generally, one session contains a single request and a single response. Something like this would have to be done in a custom application. We do have FiddlerCore which may be useful for capturing the traffic. Although, spawning new requests from the information in captured traffic would need to be done outside of FiddlerCore.

Please let me know if you need any additional information. Thank you.

Regards,


Eric R | Senior Technical Support Engineer
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
Vitali
Top achievements
Rank 1
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
Vitali
Top achievements
Rank 1
Share this question
or