I’m working with a Socket.IO server, and I use the handshake method to get the token on the server side. I’ve tested this with a simple client-side script, and it works as expected. However, I’m trying to test the connection using Postman, and I’m unsure where I can provide the token. Since Postman doesn’t allow setting the token directly in the headers for WebSocket requests, I’m stuck.
nestjs - Use Postman to test connection of Socket.Io - Stack Overflow
评论列表(0)
- 暂无评论