monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.53k stars 573 forks source link

代理服务端可以配置user和pwd吗? #89

Closed 772451348 closed 3 years ago

772451348 commented 4 years ago

ProxyConfig中有配置user和pwd,但是服务端没有相应配置,请问应该怎么处理

monkeyWie commented 4 years ago

目前还不支持哦

smichea commented 3 years ago

Do you plan to implement it ? or could you give some pointer so we can implement it. It is basically adding some proxy-authentication header no ?

monkeyWie commented 3 years ago

@smichea I plan to do it, but recently is no time, I may have to implement it next week.

monkeyWie commented 3 years ago

@772451348 @smichea Already support, see https://github.com/monkeyWie/proxyee/pull/129.