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