3 Answers, 1 is accepted
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

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?
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