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