How to replay
Send aPOST request to /replay/:webhookId/:itemId with the destination URL as a query parameter.
wh_abc123 with the webhook ID and evt_8m2L5p9xR with the log entry ID you want to replay. The url parameter is required and must be URL-encoded.
What gets sent
The replay request is constructed from the original captured event:- The original body is sent as-is.
- The original headers are forwarded, minus masked headers (such as
AuthorizationandCookiewhenmaskSensitiveDatais on) and transport headers managed by the HTTP layer (such ashostandcontent-length). - Three additional headers are added to every replay request:
Response
Retry behavior
If the destination does not respond successfully, the runtime retries automatically.integer
default:"3"
Maximum retry attempts for a failed replay request. Accepted range: 0–10.
integer
default:"10000"
Timeout for each individual replay attempt in milliseconds. Accepted range: 1,000–60,000. Default is 10 seconds.
504 Gateway Timeout:
SSRF protection
Replay targets are validated before any request is sent. The following destinations are blocked:- Private networks (
10.0.0.0/8,172.16.0.0/12,192.168.0.0/16) - Loopback (
127.0.0.0/8,::1) - Link-local (
169.254.0.0/16,fe80::/10) - Cloud metadata endpoints (
169.254.169.254,100.100.100.200) - Hostnames that cannot be safely resolved
400 response: