Emanuele Iannuzzi
08/05/2025, 10:17 AMAuthorization
header following the Bearer
scheme)?
Header-based auth isn't profitable in the case of WebSockets, as the clients don't usually expose methods to provison such headers during the preflight HTTP request (in accordance to the WS standard)Aleksei Tirman [JB]
08/06/2025, 8:13 AMauthHeader
configuration method. See this answer for an example.Emanuele Iannuzzi
08/06/2025, 8:39 AM