WEBHOOK // INSPECTOR

Inspect webhooks. Locally.

Register a Service Worker. Send any same-origin POST to the configured path. See it captured in real time.

01

Configure

Once active, any same-origin request whose path begins with this prefix is intercepted, logged, and answered with {"ok":true}. Use methods POST, PUT, PATCH, GET, DELETE.

02

Try it

Send a request from this page to test:

03

Captured requests

0 captured
Activate the inspector and send a request to see it here.