Webhook Catcher CLI - Local HTTP Request Logger
Webhook Catcher is a simple CLI tool that runs a local HTTP server to receive, log, and display any incoming HTTP requests (webhooks, callbacks, etc.).
Perfect for developers, QA engineers, and integration teams who want to test webhooks locally without relying on external services like ngrok or Postman.
Features:
- Accepts any HTTP method (GET, POST, PUT, DELETE, etc.)
- Logs headers, body, path, and timestamps
- Saves logs in a local file webhook.log
- No dependencies required to run (just Node.js)
- Runs instantly on your machine with a single command
You’ll GET a plug-and-play CLI tool that spins up a local HTTP server in seconds; capture and log any incoming HTTP requests (webhooks, callbacks, etc.); support for all HTTP methods including GET, POST, PUT, DELETE, and more; detailed logs with headers, body, URL path, and timestamps saved locally; lightweight, zero-configuration, and runs instantly on any machine with Node.js; perfect for developers, QA, and integration engineers testing APIs and webhooks.