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

Add new incoming request to fidldler

3 Answers 78 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
ravi
Top achievements
Rank 1
ravi asked on 22 Apr 2020, 07:17 AM
Can we add all the new incoming requests to auto responder automatically?

3 Answers, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 24 Apr 2020, 02:22 PM

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
ravi
Top achievements
Rank 1
answered on 27 Apr 2020, 02:13 PM
Hi Eric,

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
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 28 Apr 2020, 07:56 PM

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Fiddler Classic
Asked by
ravi
Top achievements
Rank 1
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
ravi
Top achievements
Rank 1
Share this question
or