01 ephemeral webhook inspector

Catch a request.
See everything.

Create a private endpoint, send it any HTTP request, and inspect the method, headers, query string, source and body. No account. No setup. Gone in 30 minutes.

Your random URL is the only key.
request.sh
$ curl -X POST https://nativebin.elephc.cloud/hook/your-token \
  -H 'Content-Type: application/json' \
  -d '{"event":"deploy.ready","sha":"abc123"}'

 HTTP/1.1 200 OK
 {"received":true,"event_id":178619859754078}
PHP sourceElephcnative executable
01

Disposable

Every endpoint expires automatically after thirty minutes; the cleanup task removes its files.

02

Inspectable

Headers, raw body, query parameters, content type and source address in one focused view.

03

Actually native

The server is PHP compiled ahead of time by Elephc. No interpreter, VM or PHP-FPM.