localhost/127.0.0.1的请求不会通过任何代理发送,fiddler也就无法截获。

解决方案

1,用 http://localhost. (locahost紧跟一个点号)
2,用 http://127.0.0.1. (127.0.0.1紧跟一个点号)
3,用 http://machinename (机器名)

4,将localhost、127.0.0.1全部替换为http://ipv4.fiddler,这个是官方的解决方法。

5,修改host文件

C:\WINDOWS\system32\drivers\etc\hosts

可以添加一个自定义的域名,如:

127.0.0.1 mySpace

然后通过Http://mySpace的方式去访问。

相关文章:

  • 2021-10-28
  • 2022-12-23
  • 2021-11-07
  • 2021-09-12
  • 2021-07-17
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-12-11
  • 2021-11-24
  • 2021-12-12
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案