sockjs / sockjs-node

WebSocket emulation - Node.js server
http://sockjs.org
MIT License
2.09k stars 309 forks source link

Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute #298

Open wenfangdu opened 2 years ago

wenfangdu commented 2 years ago

When using sockjs-node, I'm getting the following error in the Chrome console:

image

How to solve this?