Discover More Tools

WebSocket Debug Tool

Connect to ws or wss endpoints, send messages, and inspect realtime responses for WebSocket integration and troubleshooting.

Connect to a ws or wss endpoint, send messages, and inspect realtime responses and connection state changes in one page.

Useful for frontend-backend integration, auth troubleshooting, message format checks, and gateway pass-through validation.

Debug ws/wss connections, send messages, and inspect realtime server responses.

When ws/wss Is Blocked
  • If the page is HTTPS, browsers block ws:// mixed content. Use wss:// instead.
  • Untrusted TLS certificates break wss handshakes. Use a valid cert and correct server time.
  • If your server validates Origin, add the current site domain to the allowlist.
  • Browser WebSocket cannot set custom handshake headers. Use query params, cookies, or Sec-WebSocket-Protocol for auth.
  • If proxies/CDN block upgrade, enable WebSocket pass-through (Upgrade/Connection) on Nginx/gateway.

          

Common use cases

FAQ