HTTP Bin — Echo & Webhook Capture

HttpStatus /bin: httpbin-style echo (GET/POST/PUT/PATCH/DELETE, streams, gzip/brotli, redirects, auth, cache/ETag) plus unique webhook capture URLs with a live SSE inspector. Open requests in the API Tester. No signup.

Key Features

  • httpbin-compatible echo endpoints for every HTTP method (GET, POST, PUT, PATCH, DELETE)
  • Streams, gzip/brotli, redirects, auth headers, cache/ETag echo routes
  • Unique webhook capture URLs with live Server-Sent Events inspector
  • Open any captured request directly in the API Tester
  • No signup — capture and inspect instantly

Frequently Asked Questions

What is /bin?

An HTTP echo service that mirrors request details (headers, body, params), plus unique capture URLs for testing webhooks and inspecting inbound HTTP traffic.

How do capture URLs work?

Each /bin/c/{id} URL logs incoming requests and streams them live via Server-Sent Events. You can inspect headers, body, and open any request in the API Tester.

Is it compatible with httpbin?

Yes. Common httpbin routes (/get, /post, /status/{code}, /redirect/{n}, /headers, /gzip, etc.) are fully supported, plus additional endpoints unique to HttpStatus.