Tested tool guide
Tested browser tools
Checked August 16, 2026
What WebSocket Tester does and how it behaves
This tool opens a live connection to a ws:// or wss:// URL you supply, then gives you a box to type outgoing messages and a scrolling log that appends every sent and received frame with a timestamp and direction marker. It relies on the browser's built-in WebSocket object, so the handshake, close codes, and error events are exactly what a real client on that page would experience. The detail people miss most: the WebSocket API gives no way to set custom handshake headers, so an Authorization header cannot be attached here - any token has to ride in the URL's query string, a subprotocol, or a post-connect message instead.