← Back to Home
Developer Tools

Request Inspector

Inspect every incoming webhook and HTTP request in real time. View headers, payloads, query parameters, response status, response body, and timing information—all from one dashboard.

Full Visibility Into Every Request

Debugging integrations shouldn't require searching through server logs or scattering console.log() statements throughout your code.

BoreHook automatically captures every request passing through your tunnel and presents it in an organized interface so you can quickly understand exactly what happened.

Everything You Can Inspect

Headers

Inspect all incoming HTTP headers.

Payload

View JSON, XML, form data and raw request bodies.

URL & Query

See request URLs, methods and query parameters.

Response

Monitor status codes and response bodies.

Timing

Measure request duration and latency.

History

Review timestamps for every captured request.

How It Works

Webhook Provider
        │
        ▼
BoreHook Tunnel
        │
        ▼
Request Inspector
 ├── Headers
 ├── Payload
 ├── Response
 ├── Status Code
 └── Timing
        │
        ▼
Your Local Application

Why Developers Love It

  • Quickly identify malformed requests.
  • Verify webhook payloads instantly.
  • Debug authentication failures.
  • Inspect request headers with ease.
  • Measure request performance.
  • Understand why requests fail.

Example Inspection

POST /webhooks/stripe

Status: 200 OK
Duration: 143 ms

Headers
--------
Content-Type: application/json
Stripe-Signature: t=...

Payload
--------
{
  "type": "payment_intent.succeeded",
  "id": "evt_12345"
}

Perfect For

  • Payment gateway integrations
  • Webhook debugging
  • REST API development
  • OAuth callback testing
  • Performance troubleshooting
  • Learning third-party APIs

Real-Time Visibility

Every request appears in your dashboard the moment it reaches your tunnel. With instant feedback and complete request details, you can diagnose issues faster and build reliable integrations with confidence.