|
|
|
|
|
by VWWHFSfQ
439 days ago
|
|
> WebSockets do support authentication via cookies or custom headers, don't they? It will depend on how the websocket architecture is implemented. A lot of systems will terminate the HTTP connection at the CDN or API gateway and just forward the upgraded TCP socket to the backend without any of the HTTP semantics intact. |
|
Authenticating a websocket is just as easy as authenticating a regular http request. Because it is exactly the same.