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 anyway.
What Should I do?
Try adding a '.' after "localhost". This should solve your problem.
eg.
This will force the localhost to use the same proxy settings as one would with an internet connection/adapter.
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
Using IE9 and above version:
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/