henices / Chrome-proxy-helper

Chrome PROXY extension, set proxy for Chrome browser
https://chrome.google.com/webstore/detail/proxy-helper/mnloefcpaepkpmhaoipjkpikbnkmbnic
GNU General Public License v2.0
301 stars 140 forks source link

http代理不支持用户名密码认证? #28

Open chen2ding opened 2 years ago

chen2ding commented 2 years ago

http代理配置用户名密码不生效

henices commented 2 years ago

chrome api 只支持 http basic authentication

chen2ding commented 2 years ago

测试结果看,浏览器发送到代理服务器的请求并没有携带 basic authentication 请求头?是不是和我浏览器有关呢,我浏览器版本102.0.5005.61(正式版本) (64 位)

henices commented 2 years ago

没有测试环境,以前我测试是可以用的。 我处理了一下,你试试 https://github.com/henices/Chrome-proxy-helper/commit/d8fe7513bea5d4f46ef2189f32b0dab09399109a

chen2ding commented 2 years ago

这个我自己直接改了,好像不行,在github看见一个类似问题https://github.com/FelisCatus/SwitchyOmega/issues/718