-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxying to localhost no longer works #1762
Comments
I have the same issue; any endpoint that is 127.0.0.1 fails no matter the name in the URL. I've tried localhost, a machine name, a fake name in my hosts file that resolves to 127.0.0.1 and in all cases, the proxy setting is ignored altogether. A little more testing seems to indicate that any hostname that contains the word localhost as a part of the name automatically skips the proxy settings. For instance adding to the hosts file
still skips the proxy setting. I need to change it to:
I have only started seeing this behaviour following an upgrade to Chrome 72.0.3626.121 Thanks, Eric |
Also, having the same issue. But at least it works if I use my machine IP. Would be nice to have this fixed. Thanks, |
Having this issue as well. |
got the same problem |
+1 |
I was looking for a solution for this as well and I saw this: https://www.reddit.com/r/chrome/comments/as84m3/chrome_doesnt_give_a_damn_about_proxy_on/eierebt/ tl;dr add |
Like this?I can still access my hfs web page 127.0.0.1. 127.0.0.1 |
even when i delete 127.0.0.1 in my bypass list and using an Incognito window |
No, delete 127.0.01, [::1], and localhost |
I have checked <-loopback> and loopback,only one of them left in my bypass list,and when I access127.0.0.1 using Incognito window,I can still see the hfs web page load successfully。 |
it's |
Thank you very much for your reply,I think I should check other configurations. |
Hey, so a hack to proxy localhost with switchy omega can be to enter a domain that points to localhost (127.0.0.1). One such domain is spoofed.burpcollaborator.net |
Or use Chrome 69 in mac with system proxy(or SwitchyOmega if you prefer such extra work) |
On Ubuntu 20.04 LTS I'm running - a local privoxy in docker: arch-delugevpn which is running a wireguard client, connected to a wireguard server on a VM somewhere in the cloud. This works fine when I set the system proxy to localhost:8118 with IgnoreHosts=localhost,127.0.0.0/8,::1. But there is NO way to input these proxy settings in SwitchyOmega. I tried all combinations (I think) of:
The issue is clearly: Why does my privoxy config (localhost or equivalent:8118) get ignored by Chrome ? Anybody has already met/solved this problem ? |
Hello,
Proxy requests to localhost have stopped working for me. I have a profile which uses a SOCKS4 proxy for all HTTP requests, including requests to localhost - i.e., I have an empty bypass list. This had been working for several months, but it no longer does. Now HTTP requests to localhost are not sent through the proxy. I think the last time I used this profile was about 3 weeks ago, so I guess a Chrome update since then broke things.
Thanks,
SwitchyOmega 2.5.20
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
The text was updated successfully, but these errors were encountered: