如何在Internet Explorer中使用Burp拦截本地服务器Web请求

问题描述:

我已正确配置打扰以在

  • 127.0.0.1:9090

我的Internet Explorer代理设置如下:

My Internet Explorer proxy settings are as follows:

我还有一个名为WebGoat的网络服务器,它运行在 http://localhost:8080/WebGoat/

Also I have a webserver named WebGoat running in http://localhost:8080/WebGoat/

Burp不会以任何方式截获所有请求.

All the requests are not being intercepted by Burp, in any way.

我该怎么办?

尝试添加."在本地主机"之后.这应该可以解决您的问题.

Try adding a '.' after "localhost". This should solve your problem.

例如

http://localhost.:8080/WebGoat/

这将强制localhost使用与Internet连接/适配器相同的代理设置.

This will force the localhost to use the same proxy settings as one would with an internet connection/adapter.