Webhooks

Forwarding

Mirror captured requests to a URL of your choice.

Enable forwarding

Set the "Forward URL" field on your endpoint.

How it works

  • Forwarding happens asynchronously after capture.
  • Original headers are preserved (except Host and Content-Length).
  • Original method and body are forwarded as-is.
  • We record the status code your server returned.

Local development

Run a tunnel like ngrok and use that URL as your forward target:

bash
ngrok http 3000
# → https://a1b2.ngrok.app  (use as Forward URL)

Forward errors

If your server is unreachable or returns an error, the original capture is still saved.