monkeyWie / proxyee

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

请问如何通过链接url参数鉴权? #247

Closed xujimu closed 1 year ago

xujimu commented 1 year ago

httpProxyServer.start(9999); 启动后默认的代理服务器就是 127.0.0.1:9999 虽然说可以通过BasicHttpProxyAuthenticationProvider设置账号密码 但是否可以通过url呢? 比如127.0.0.1?token=qweqewq 通过这个token决定是否允许链接