Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Google Chrome 和 Fiddler 4.4 版观察网站。
该页面正在使用 AJAX 更新其数据。我想阻止一个特定的 URL 来测试如果它不起作用会发生什么。
阻止 URL 的最简单方法是什么?
你希望发生什么?
转到自动回复选项卡。勾选启用自动响应和不匹配的请求通过。单击添加按钮。在顶部框中,输入http://example.com/yourURLisHere。在其下方的框中,选择404_Plain.dat或选择*drop或*reset。第一个返回 404。第二个只是在看到目标 URL 时断开连接。如果第三个看到目标 URL,则发送 TCP/IP RST 数据包。