Skip to content
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

proxy arg not working #181

Open
ssddOnTop opened this issue Oct 7, 2023 · 1 comment
Open

proxy arg not working #181

ssddOnTop opened this issue Oct 7, 2023 · 1 comment

Comments

@ssddOnTop
Copy link

When I try to add the arg --proxy-server='http://0.0.0.0:8080;' it doesn't seem to go through the proxy
however chrome --proxy-server='http://192.168.12.11:8080;' works without any problem

@webhype
Copy link

webhype commented Dec 2, 2024

--proxy-server='http://0.0.0.0:8080; will not work perhaps for two reasons: 1) 0.0.0.0 is not a specific IP address, i.e. no local proxy can run on 0.0.0.0 to my knowledge; 2) I am not aware that a semi-colon is expected after the proxy-server argument.

I have personally tested that the following works, as you build the BrowserConfig:

config = config.arg(format!("--proxy-server=http://192.168.12.11:8080"));

What definitely does NOT work is proxy authentication, which is Chrome's fault, see my request #250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants