I am on a network that accesses the Internet through a proxy. I have a java / struts application that I run through eclipse (and Tomcat apache).
When I find the URL, for example http: // localhost: 8080 / fooUrl , it displays in the browser: " Self-referential requests to proxy are forbidden "
I cannot turn off the proxy server as I need to access the Internet through my application.
Any suggestions why I am not allowed to make a localhost request?
source share