-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 requests from Firefox fail with a 400 error #2131
Milestone
Comments
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 17, 2021
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 17, 2021
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 17, 2021
6 tasks
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 18, 2021
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 18, 2021
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 18, 2021
miguelgrinberg
added a commit
to miguelgrinberg/werkzeug
that referenced
this issue
May 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Firefox issues their WebSocket requests with the following connection header:
While Chrome and other browsers do:
The WebSocket routing logic needs to be made more robust to accept the general format of the Connection header. I will work on this fix and submit a PR in the next few days.
Environment:
The text was updated successfully, but these errors were encountered: