Skip to content
FizzKit

Request Bin

Create a private endpoint in one click and point any webhook, callback, pixel or API client at it. Every request appears instantly over a live stream with method, path, query, headers, decoded body (JSON highlighted, forms as tables, gzip/deflate/brotli decoded) and the raw HTTP/1.1 wire format. Configure the response your bin sends (status, headers, body, delay, CORS), replay captured requests to your own server, copy them as cURL, or open them in the HTTP Request Tester. Bins keep the last 100 requests for an hour of inactivity (three hours at most) and then self-destruct.

Live endpoint via the FizzKit relay — captured data auto-deletes after 1 h idle
Your endpointConnecting…
Creating your private endpoint…

Any method, path or query under this URL is captured and answered with the response configured below. Keeps the last 100 requests for 60 min of inactivity (3 h max) · bodies up to 256 KB (gzip, deflate and brotli are decoded).

Requests
0
Req / min
0
Last seen
Unique IPs
0
Methods
Stored
0 B

How to use Request Bin

  1. 1Copy the endpoint URL (or scan the QR code) and paste it wherever a webhook or callback URL is expected.
  2. 2Send a request — use the Send a test request button or the cURL, JavaScript and Python snippets to try it immediately.
  3. 3Click a request in the list to inspect its headers, decoded body, query parameters, raw wire format and the response the bin returned.
  4. 4Adjust the Response settings to simulate errors, redirects or slow endpoints, then replay any captured request to your own server.

About Request Bin

Create a private endpoint in one click and point any webhook, callback, pixel or API client at it. Every request appears instantly over a live stream with method, path, query, headers, decoded body (JSON highlighted, forms as tables, gzip/deflate/brotli decoded) and the raw HTTP/1.1 wire format. Configure the response your bin sends (status, headers, body, delay, CORS), replay captured requests to your own server, copy them as cURL, or open them in the HTTP Request Tester. Bins keep the last 100 requests for an hour of inactivity (three hours at most) and then self-destruct.

Request Bin is part of FizzKit — a collection of focused developer and ad-tech tools. This tool gives you a live endpoint on the FizzKit relay; captured requests live in memory only and are deleted automatically after 60 minutes of inactivity (3 hours at most).

Frequently asked questions

A bin expires 60 minutes after its last request (3 hours at most) and keeps at most 100 requests (1 MB). Only the browser that created it holds the owner token, which is stored in local storage; the capture URL itself is public, so anyone who knows it can send to it.