Closed lovelypp777 closed 1 week ago
Please see our documentation, and follow the guidelines in our tutorials. Please understand the technology you are using, there is no authentication in WebSocket, there are no cookies in WebSocket, you do whatever you need to do in HTTP(S) and then upgrade to websocket This is not a Mongoose issue. Please don't open issues to ask questions
My goal is: to do websocket auth
mongoose version: 7.14
Compiler/IDE and SDK: gcc
Target hardware/board: x64
I use mg_ws_connect to connect to the websocket server, but the server needs cookie when connect. My question is: how to send cookie when connecting to server ?
thanks!