Request Baskets
Web service to test HTTP webhooks
Alternative to: RequestBin, RequestHub, Beeceptor, Webhook.site, Hookbin, Postman
Request Baskets is a web service that collects arbitrary HTTP requests for inspection via RESTful API or web UI. It provides secure access with unique tokens, configurable basket capacities, and supports several storage backends including in-memory, Bolt DB, and SQL databases (PostgreSQL, MySQL). The service allows forwarding collected requests to any URL, supports pagination, and can run in Docker containers. It's useful for debugging webhooks, notifications, and API interactions.