Test WebSocket connections, send messages, and monitor real-time responses. Debug WebSocket APIs.
A protocol for full-duplex real-time communication between browser and server over a single TCP connection.
Yes! Both ws:// and wss:// are supported. Use wss:// for TLS-encrypted connections.
Check if the server allows cross-origin WebSocket connections and that the URL is correct.