Hello, I want to implement a functionality with AutoResponder in fiddler classic, where only specific url requests are allowed to pass, and all other requests are blocked.
My solution is adding a rule: specificURL.com, and leave the Action and the "Unmatched requests passthrough" option empty.
But the result is, the specificURL.com request return the "404 Fiddled" status code ( and other requests are blocked as expect).
If I choose any of an Action, such as "200_SimpleHTML.dat" or any local file, the request won't return 404. But I dont't want to choose any of the Actions. I just want the specificURL.com to be requested normally.