-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Fixed not working websocket proxy #6515
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mxschmitt, can you please help me to understand the /sockjs-node/
part of this? Why do we exclude that?
Co-Authored-By: mxschmitt <max@schmitt.mx>
@mrmckeb the socksjs part is there, because the proxy should not proxy the request from the auto reloading server to the other server. So I don't saw another solution to implement it by the path name.
|
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Hello
this PR fixes that websockets, e.g. via Socket.io won't be proxied through the HTTP proxy.
For more information check out issue: #5280 there are also some users who tested it successfully.
Best regards
Max