HTTP Request Logger
Professional-grade request inspection tool for debugging webhooks, APIs, and integrations with ease.
Powerful Features
Request Capture
Automatically captures headers, body, IP address, and all request metadata.
Detailed Inspection
Inspect every aspect of requests with formatted headers and parsed JSON bodies.
SQLite Storage
Single-file SQLite database makes deployment and backup incredibly simple.
One-Click Init
Set up and initialize the database with a single clickâno configuration needed.
Quick Start
Initialize Database
Create the SQLite database and prepare the logging table.
Go to Database SetupSend Requests
POST requests to the /log/endpoint endpoint to start logging.
curl -X POST https://www.http-logger-requests.shopindero.com/log/test \
-d '{"message":"hello"}'
View & Analyze
Access the dashboard to view and analyze all captured requests.
Open DashboardIdeal For
Webhook Testing
Capture and inspect webhooks from third-party services to debug integration issues.
API Development
Verify API requests, inspect payloads, and debug request/response cycles.
Debugging
Trace request flows, examine headers and bodies, and identify integration issues.
Documentation
Reference real request data to write accurate API documentation and examples.
Technology Stack
Backend
PHP 8+
Framework
Slim 4
Database
SQLite 3
Styling
Tailwind CSS
Ready to Get Started?
Initialize your database and start logging HTTP requests in seconds. No configuration required.