Replay request
replay_requestRe-issues a captured HTTP request with optional method, URL, body, or header overrides to test fixes or compare responses from different endpoints.
Instructions
Re-issue a captured request — optionally with method/url/body/headers overrides — and return the upstream response. Use this to verify a fix against the real backend or A/B between two URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Override target URL. | |
| body | No | Override request body. | |
| method | No | Override HTTP method. | |
| headers | No | Override request headers (full replacement, not merged). | |
| entry_id | Yes | Traffic entry id to replay. |