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

AutoResponder, two URLs and two different request methods

2 Answers 1348 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
dicker
Top achievements
Rank 1
dicker asked on 25 Jul 2015, 06:32 PM
I have the following scenario: There are a OPTIONS and a GET request for the same URL. I want to use the AutoResponder to only modify the GET request. How can that be accomplished in terms of setting up the correct rule?

2 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 27 Jul 2015, 08:15 PM
In the Match Text box, enter a method qualifier statement before the URL-testing condition.

For instance, instead of

EXACT:http://example.com/page.htm


use

METHOD:GET EXACT:http://example.com/page.htm

Regards,
Eric Lawrence
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
Ed
Top achievements
Rank 1
commented on 10 Nov 2021, 04:58 PM

The documentation for this very powerful feature really needs updated.  EXACT is shown, but not METHOD.  There has to be more, but I just don't have time to try every possible combination, document it, create a question on StackOverflow and answer it for myself.  :s 
1
Chris
Top achievements
Rank 1
answered on 26 Apr 2017, 10:59 AM

The method rule is very helpful. I recommend documenting it on the AutoResponder Reference Knowledge Base page.

Tags
Fiddler Classic
Asked by
dicker
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Chris
Top achievements
Rank 1
Share this question
or