Completed
Last Updated: 29 Apr 2020 13:17 by ADMIN
EricLaw
Created on: 24 Feb 2020 19:35
Type: Feature Request
3
Fiddler AutoResponder should have "Accept all CONNECTs" option

https://twitter.com/ericlaw/status/1232024946030862336

Today, Fiddler's AutoResponder only automatically replies to a HTTPS CONNECT with a HTTP/200 OK if the capture contains such a response, or if the "Unmatched requests passthrough" box is unchecked. Otherwise, the CONNECT request will pass or fail based on whether the real server is reachable.

This is confusing, and almost never what the user really wants to have happen.

We should add a new checkbox to the AutoResponder titled "Accept all CONNECTs" that when checked, sets a hidden rule equivalent to this rule which can be created manually

    method:CONNECT
    *ReplyWithTunnel

Otherwise, users will be sad when AutoResponder doesn't do what they hope, and they'll wonder why they are getting ERR_TUNNEL_CONNECTION_FAILED error messages in their browser when they have AutoResponder rules for HTTPS requests that they expect to fire.

 

1 comment
ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 25 Feb 2020 17:15

Hi Eric,

As always, thank you for the valuable feedback. I just wanted to give you a heads up that this has been added to our backlog. If you haven't already, I encourage following the item for future status updates as they will propagate here.

In the meantime, please let me know if you need any additional information. Thanks again!

Regards,


Eric R | Senior Technical Support Engineer
Progress 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