URL
wss://example.com/ws
Action
Connect → send ping
Developer Tools
Connect to ws:// or wss:// endpoints from your browser, send text frames, and review session logs. Useful for backend WebSocket handshake and message debugging without a throwaway client.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Connect to ws:// or wss:// endpoints from your browser, send text frames, and review session logs. Useful for backend WebSocket handshake and message debugging without a throwaway client.
连接后可复制或导出真实会话日志。
URL
wss://example.com/ws
Action
Connect → send ping
No. The browser connects directly to the target endpoint.
Browser security, CORS, and server auth still apply. The service must allow your origin and protocol.
Tools
Continue with another translated tool for a nearby task.
SSE Tester
Connect to HTTP(S) streaming endpoints with EventSource, listen for Server-Sent Events, and list incoming chunks. Useful for debugging chat-style streaming APIs and backend push feeds.
cURL to Code
Convert cURL commands with headers, bodies, and form data into Python, Go, Node, PHP, Rust, and other request code in your browser. Useful for turning API docs into runnable scripts quickly.