Only allow some specific urls to pass, and block all other requests with AutoResponder?

1 Answer 588 Views
Fiddler Classic Windows
breylin
Top achievements
Rank 1
Iron
breylin asked on 31 Mar 2023, 12:26 PM | edited on 01 Apr 2023, 06:38 AM

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.

1 Answer, 1 is accepted

Sort by
0
Accepted
breylin
Top achievements
Rank 1
Iron
answered on 02 Apr 2023, 09:12 AM
Well, I found the solution myself. Simply change the rule to "NOT:specificURL.com", set the Action as "*reset", and tick the "Unmatched requests passthrough".
Tags
Fiddler Classic Windows
Asked by
breylin
Top achievements
Rank 1
Iron
Answers by
breylin
Top achievements
Rank 1
Iron
Share this question
or