autochrome icon indicating copy to clipboard operation
autochrome copied to clipboard

Traffic to localhost isn't proxied

Open ngregoire opened this issue 4 years ago • 2 comments

Hello,

by default, traffic to localhost, 127.0.0.1, ... isn't proxied. That can be fixed by adding the following line to the chrome script:

"--proxy-bypass-list=<-loopback>",

Details at https://chromium.googlesource.com/chromium/src/+/master/net/docs/proxy.md#Bypass-rule_Subtract-implicit-rules

ngregoire avatar Mar 24 '20 09:03 ngregoire

Does this break functionality such as accessing http://burp/ ?

peter-h-ncc avatar Feb 27 '23 04:02 peter-h-ncc

No, it doesn't. Only explicitly accessing http://127.0.0.1/ is affected

ngregoire avatar Mar 01 '23 14:03 ngregoire