Next.js • STOMP • WebSocket Debugger

WS / STOMP Test V3.0

Test SockJS and native WebSocket connections, compare auth modes, and inspect live STOMP frames in the log panel.

Disconnected

Connection Setup

Rotate the token after testing if it is real.

Send STOMP Message

Recommended test order

  1. 1.SockJS + No token → expect auth error
  2. 2.SockJS + Query param only → should connect
  3. 3.SockJS + Header only → depends on server config
  4. 4.Native WS + Query param → should connect
  5. 5.Native WS + Header only → likely auth failure

Event Logs

Latest first. STOMP frames (violet) are now visible here.

No logs yet