TOBII
WebSocket Authentication: Cookie missing
Hi community 👋
I'm currently trying to integrate the wsLink, and I've noticed that cookies are not automatically sent during initialization (first request).
What could be the reason for this? My website runs under the URL http://localhost:3000, and the web server under http://localhost:3001. Does it have something to do with CORS?
Example HTTP-Headers:
Example WebSocket-Headers:
I created the WebSocket client as follows:
Server Environment:
Tested with Bun v1.0.29 and Node v20.10.0
Client Environment:
Thank you in advance. Regards, Tobi2 replies