-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
transportMode: 'ws' interferes with proxy { ws: true } #2310
Comments
joonas-lahtinen
added a commit
to joonas-lahtinen/webpack-dev-server
that referenced
this issue
Nov 9, 2019
6 tasks
joonas-lahtinen
added a commit
to joonas-lahtinen/webpack-dev-server
that referenced
this issue
Nov 9, 2019
joonas-lahtinen
added a commit
to joonas-lahtinen/webpack-dev-server
that referenced
this issue
Nov 13, 2019
hiroppy
pushed a commit
that referenced
this issue
Nov 29, 2019
fixed by #2311, thank! |
This was referenced Feb 22, 2020
This was referenced Mar 13, 2020
This was referenced Apr 4, 2020
This was referenced May 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Expected Behavior
Proxying Websockets works similar to
transportMode: 'sockjs'
Actual Behavior
Websocket connections get closed with
400 Bad Request
error.For Bugs; How can we reproduce the behavior?
Simultaneously enable
transportMode: 'ws'
andproxy: { ws: true }
The text was updated successfully, but these errors were encountered: