-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用代理后websocket发不出 #71
Comments
目前websocket是支持直接转发的,不会阻塞,请再检查一下 |
报错是这样的 WebSocket connection to 'wss://ws.xxx.com/chatws' failed: Establishing a tunnel via proxy server failed. |
解决了, 在浏览器跳过指定域名, 不通过代理就能正常访问了 |
Can we bypass websockets via go-mitmproxy instead of throwing error ? http2: invalid Upgrade request header: ["websocket"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
之前用mitmproxy能正常发出,
但是用了这个后其他没问题, websocket会被阻塞, 无法通信
能否跳过这个协议, 或者有办法解决?
The text was updated successfully, but these errors were encountered: