WebSocket Tester
WebSocket Tester connects to any WebSocket endpoint (ws:// or wss://) directly from your browser, letting you send text and binary messages, watch incoming frames in real time, and inspect connection events. Export the complete session log for debugging or documentation. Useful for testing WebSocket APIs, chat servers, and real-time data services. Runs in your browser.
Related: cURL FormatterURLWebhook
Connection
Send a message
Frames (0)
No frames yet. Connect and send a message.
WebSocket connections are made directly from your browser to the target server. Some servers reject browser origins (CORS-like behaviour) — if you see an immediate close with code 1006, that's usually why.