http_replay
Replay a previously logged HTTP request with optional overrides for URL, method, headers, or body. Control testing scope with include/exclude patterns to validate security findings.
Instructions
Replay a previously logged request with optional modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_id | No | Override target_id if needed. | |
| request_id | Yes | ID of the logged request to replay. | |
| modifications | No | Dict overriding url, method, headers, or body. | |
| scope_exclude | No | Optional scope denylist patterns. | |
| scope_include | No | Optional scope allowlist patterns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||