I have two request sessions which both url and host is the same ,but the request method is not same ,one is OPTION ,the other is GET,I want to use autoresponse for the GET request, but it doest not work in fiddler v4.6.3.44034
step 1.fiddler capture traffic eg:baidu.com GET method ,then I drag the request to the autoresponse
step 2.click the Test button for the rule added by step 1,the test url shows as below
URL pattern:EXACT:http://baidu.com/
TEST URL:http://baidu.com/
and the result is:the pattern matches the test URL
step3:I modify the URL Pattern :METHOD:GET http://baidu.com/
and the result is:the pattern does NOT match the test URL
Thank you , I just know the autoresponse function is ok
Thanks; this is a simple bug in the TEST feature, it doesn't impact the behavior of the AutoResponder itself.
the picture screen
by doing step 3,I expect the result is :the pattern matches the test URL