▤ req.is
See exactly what hits your endpoint. Spin up a readable slug URL, point any webhook or API call at it, and read the raw request as it lands — headers, body, timing — then replay it or forward it safely with signed delivery.
See exactly what hits your endpoint. Spin up a readable slug URL, point any webhook or API call at it, and read the raw request as it lands — headers, body, timing — then replay it or forward it safely with signed delivery.
"It works on my machine" doesn't help when the payload is the mystery.
When a third-party webhook misbehaves, you need to see exactly what it sent — not what the docs say it sends. req.is gives you a slug URL that stores every byte as it arrived, so you can debug the payload, not guess at it.
From capture to reproducible code, in one place.
Pick a slug like /b/my-webhook-bin or let req.is generate one — it takes a suffix if the name's already used.
Method, path, query, headers, IP, content type and body — stored exactly as they arrived, binary-safe.
The dashboard tails new requests over SSE, with search, method filters and per-request detail tabs.
Forwarding runs after capture, blocks internal destinations, doesn't follow redirects, and signs every delivery.
Use any saved request as a reproducible test case against your development or staging endpoint.
Turn a captured request into ready-to-run cURL, JavaScript, Python or Go — copy, paste, reproduce.
Grab a bin URL, point your webhook at it, and see exactly what's arriving in real time.