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
    January 05, 2017 03:23

    Thank you , I just know the autoresponse function is ok 

  • Eric Lawrence commented
    January 04, 2017 16:08

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

  • Guest commented
    January 04, 2017 06:59

    the picture screen

  • Guest commented
    January 04, 2017 06:41

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