logo
icon

Request Baskets

Request Baskets is a web service to collect and inspect arbitrary HTTP requests. Create a basket, get a unique URL, and send any HTTP requests to it — all requests are collected and can be reviewed via the web UI or REST API. Useful for webhook debugging, API testing, and HTTP traffic inspection.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-30
Services
service icon
Tags
ToolDeveloper Tools

Request Baskets

A web service to collect and inspect arbitrary HTTP requests. Create a basket, send requests to its unique URL, and review all collected requests via the web UI or REST API.

What You Can Do After Deployment

  1. Visit your domain — the Request Baskets dashboard is ready immediately
  2. Create a basket — click "Create" to get a unique URL endpoint
  3. Send requests — send any HTTP request (GET, POST, PUT, etc.) to the basket URL
  4. Inspect requests — view headers, body, method, and query parameters of every collected request
  5. Use the REST API — programmatically manage baskets and retrieve collected requests

Key Features

  • Collect any HTTP request (all methods, headers, and bodies)
  • Web UI for reviewing collected requests
  • REST API for programmatic access
  • Configurable response for basket endpoints
  • Request forwarding to other URLs
  • Auto-expandable capacity per basket
  • No database required (in-memory storage)

License

MIT — GitHub