API testingPremium
SSE tester
Test SSE endpoints — with custom headers, where EventSource can’t.
Realtime tab → SSE · 7-day free trial · Premium $9.99 / yr
What it does
Server-Sent Events is the lightweight unidirectional alternative to WebSocket. AI streaming APIs (OpenAI, Anthropic) use it. The native EventSource API doesn’t allow custom headers — which is a problem when your API needs Authorization.
VibeGear uses fetch + ReadableStream instead, so the full HTTP header set works. We parse the SSE wire format ourselves and reconnect per spec (using Last-Event-ID and the server’s retry: hint).
Why use VibeGear's sse tester
- ✓Custom headers (Authorization: Bearer …) work
- ✓Reconnects automatically with Last-Event-ID
- ✓Event names + IDs labeled per row
- ✓Pretty-print JSON event bodies on demand
How to use it
- 1Realtime tab → SSE.
- 2Paste your https:// SSE endpoint.
- 3Add headers if your API needs them.
- 4Connect — events stream into the timeline.
Related tools
★ Premium
One install. Every tool above.
7 days free, then VibeGear Premium is $9.99 / €9.99 per year. Everything runs locally.
Install & start trial →→