You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
--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:
When I try to add the arg
--proxy-server='http://0.0.0.0:8080;'
it doesn't seem to go through the proxyhowever
chrome --proxy-server='http://192.168.12.11:8080;'
works without any problemThe text was updated successfully, but these errors were encountered: