- How do I check my WebSocket connection status?
- Can you ping a WebSocket?
- How do I authenticate WebSocket connection?
How do I check my WebSocket connection status?
In the search field, enter websocket . From the search results, click WebSocket Connection Status.
Can you ping a WebSocket?
Pings and Pongs: The Heartbeat of WebSockets
At any point after the handshake, either the client or the server can choose to send a ping to the other party.
How do I authenticate WebSocket connection?
Authentication Flow
The client makes a WebSocket handshake request with the external authentication token passed as a query-string parameter in the handshake endpoint URL. The server checks the cache to see if the external authentication token is valid.