PascalSenn - Overview
Pinned Loading
-
1
The problem with authentication of web sockets is that you can only authenticate a http request once against a authentication scheme.
2
After that the authentication is cached and will always yield the same result.
4
A web socket connection starts over HTTP. A HTTP request with the Upgrade header is send to the back end.
5
This request is then "upgraded" into a web socket that runs over the web socket pipeline.