问题
I have properly configured Burp to intercept at a proxy location at
- 127.0.0.1:9090
My Internet Explorer proxy settings are as follows:
Also I have a webserver named WebGoat running in http://localhost:8080/WebGoat/
All the requests are not being intercepted by Burp, in any way.
What Should I do?
回答1:
Try adding a '.' after "localhost". This should solve your problem.
eg.
http://localhost.:8080/WebGoat/
This will force the localhost to use the same proxy settings as one would with an internet connection/adapter.
回答2:
Using IE9 and above version:
- Internet Options -> Connections Tab
LAN settings
Under Proxy server section
Click Advanced
Under "Do not use proxy server for addresses beginning with:"
Add Exceptions
<-loopback>

Ref: https://blogs.msdn.microsoft.com/fiddler/2011/02/10/fiddler-and-the-ie9-release-candidate/
回答3:
This worked for me. I was trying to get Burp to work using dvwa (This is on windows using xampp) Same thing happened, I search 127.0.0.1/dvwa no traffic was intercepted.
Fix for me was, use your LAN IP in the URL bar not 127.0.0.1
Hope this helps
回答4:
burp suite - option - connections - upstream proxy servers - Destination host = *, Proxy host = 127.0.0.1, Proxy port = 8080 http://localhost.:8080/WebGoat http://127.0.0.1.:8080/WebGoat
来源:https://stackoverflow.com/questions/37700079/how-to-intercept-local-server-web-requests-using-burp-in-internet-explorer