Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

fiddler autoresponse rule editor input field cannot use method rule

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

  • Guest
  • Jan 4 2017
  • Under review
Bug
  • Attach files
  • Guest commented
    5 Jan, 2017 03:23am

    Thank you , I just know the autoresponse function is ok 

  • Eric Lawrence commented
    4 Jan, 2017 04:08pm

    Thanks; this is a simple bug in the TEST feature, it doesn't impact the behavior of the AutoResponder itself. 

  • Guest commented
    4 Jan, 2017 06:59am

    the picture screen

  • Guest commented
    4 Jan, 2017 06:41am

    by doing step 3,I expect the result is :the pattern matches the test URL