3 Answers, 1 is accepted
Hi Ravi,
Generally, the AutoResponder is used to match Regular Expression Patterns or string literal values. To catch all requests use the * symbol as shown in the below screenshot. For more match options, see the AutoRepsonder Reference.
Alternatively, Fiddler Script might be used to respond in the same way to every request.
Please let me know if you need any additional information. Thank you for using the Fiddler Forums.
Regards,
Eric R | Senior Technical Support Engineer
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.

My purpose is to catch every request and response and return back if its already captured.
For Ex:-
First request URL :- a
JSON Response :- {"a":"value"}
Second request URL :- b
XML Response :- <article>b</article>
Now I want a scenario in which if send a 3 request which is equivalent to a or b then I should receive their corresponding responses. If the 3 request is of URL 'c' then it should hit the actual server. Would this be possible ?
Regards,
ravik
Hi Ravi,
Unfortunately, something like this might require an Add-On or a Testing Framework. For example, requests can be automated in Test Studio.
I hope this helps. Please let me know if you need any additional information. Thank you.
Regards,
Eric R | Senior Technical Support Engineer
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.