All tools
Webhook / Request Inspector
Get a throwaway URL, point anything at it, and watch requests arrive live - method, path, headers, query string and body. Useful when a provider says they are sending you a webhook and you would like to see it.
Your endpoint
Any method, any sub-path. It always answers 200, so the sender treats delivery as successful. The bin expires after 24 hours.
Listening · 0 received
Nothing yet. Try it from a terminal:
curl -X POST <your-url> \
-H 'Content-Type: application/json' \
-d '{"hello":"world"}'More tools
All 16Endpoint Inspector
HTTP status, response time, redirect chain, TLS certificate and a security-header grade for any URL. SSRF-safe.
HTTP Request Builder
A mini Postman: build any request, send it server-side, and inspect the full response - status, headers, timing and body. SSRF-safe.
DNS & WHOIS Lookup
Resolve a domain’s DNS records (A, AAAA, CNAME, MX, NS, TXT) and registration details - registrar, created, expiry - via RDAP.
