monkeyWie / proxyee

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

beforeconnect不生效 #213

Closed litht closed 2 years ago

litht commented 2 years ago

更新host请求头时,使用的是旧的requestProto,没有用beforeconnect修改的requestProto proxyee/handler/HttpProxyServerHandler 266行

monkeyWie commented 2 years ago

有找到是什么原因吗

litht commented 2 years ago

你重新设置请求头的时候没有用beforeconnect更新的,与目标主机连接用的getRequestproto,这个也没更新

monkeyWie commented 2 years ago

感谢指正,已修复:https://github.com/monkeyWie/proxyee/pull/214