问题:本地可以请求京东网页,但是一打开Fiddler,浏览器任何网站都无法加载成功且一直报错
The Fiddler AutoResponder is enabled, but this request did not match any of the listed rules. Because the “Unmatched requests passthrough” option on the AutoResponder tab is not enabled, this HTTP/404 response has been generated.
问题定位:因为Fiddler默认把autoresponder勾选上
- 首先查看了自己的代理服务是否正确----是和fiddler中端口号一致。没有问题
- 第二步定位Fiddler中获取https选项是否允许—也是正确的可以正常获取https的链接
问题解决
- 最后想到了是不是fiddler中存在默认设置
Fiddler的AutoResponder选项卡允许您从本地磁盘返回文件,而不是将请求传输到服务器
在“自动响应程序”选项卡上,输入匹配规则和操作字符串,如果请求URI与匹配规则匹配,则Fiddler将执行操作