http_send
Send an HTTP request with specified method, URL, headers, and body, then log it for later querying during security testing.
Instructions
Send an HTTP request and log it for later querying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to send the request to. | |
| body | No | Optional request body string. | |
| method | Yes | HTTP method (GET, POST, PUT, DELETE, etc.). | |
| headers | No | Optional request headers as a dict. | |
| target_id | Yes | Identifier for the target (e.g. domain or program name). | |
| scope_exclude | No | Optional scope denylist patterns (URL globs). | |
| scope_include | No | Optional scope allowlist patterns (URL globs). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||