Hello,
When at University, I need to use a proxy server to access the internet, however when I do a bit of web developing, I do it on localhostbut whenever I try and enter "localhost" in the URL, I can't get there because it tries to route it through the proxy server. I've tried two things:
- Creating my own proxy configuration file which attempts to return a direct connection when connecting to localhost, and:
- Entering localhost as one of the items to exclude from using the PAC file.
But neither of these methods appear to work; I'm still getting a 502: Bad Gateway error when entering localhost or 127.0.0.1 in my browser.
Does anyone know what's wrong?
My "Bypass proxy settings for these hosts & domains" field is:
*.local, 169.254/16, 127.0.0.1, *.localhost
And my pac file is attached.
Thanks for any help!
When at University, I need to use a proxy server to access the internet, however when I do a bit of web developing, I do it on localhostbut whenever I try and enter "localhost" in the URL, I can't get there because it tries to route it through the proxy server. I've tried two things:
- Creating my own proxy configuration file which attempts to return a direct connection when connecting to localhost, and:
- Entering localhost as one of the items to exclude from using the PAC file.
But neither of these methods appear to work; I'm still getting a 502: Bad Gateway error when entering localhost or 127.0.0.1 in my browser.
Does anyone know what's wrong?
My "Bypass proxy settings for these hosts & domains" field is:
*.local, 169.254/16, 127.0.0.1, *.localhost
And my pac file is attached.
Thanks for any help!