replay_request
Replay a captured HTTP request to any destination reachable from your machine, optionally overriding the method or timeout.
Instructions
Replay a captured HookRay request to any destination reachable from this machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_id | Yes | ||
| request_id | Yes | ||
| destination_url | Yes | Where to forward the captured request. Any URL reachable from the user's machine is allowed. | |
| override_method | No | Override the original request method. | |
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_code | Yes | ||
| response_body_preview | Yes | First 10 KB of the response body | |
| response_headers | Yes | ||
| latency_ms | Yes |