execute_replay_request
Execute a one-shot HTTP request replay without saving. Use for captured or ad-hoc requests after inspection.
Instructions
Executes a one-shot HTTP replay without saving it. Use this for a captured request after inspecting it with get_captured_request, or for an ad-hoc request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP or HTTPS request URL | |
| body | No | Optional UTF-8 request body | |
| method | Yes | HTTP method | |
| headers | No | Request headers as a string map |