http_send
Send HTTP(S) requests with custom method, URL, headers, and body, then log each request and response for later review in security testing.
Instructions
Send an HTTP(S) request and log it to history (like Burp Repeater + Logger).
Args: method: GET, POST, PUT, DELETE, … url: full target URL (a target you're authorized to test) headers_json: optional JSON object of request headers body: optional request body (for POST/PUT) Returns the logged entry id, status, timing, and a response preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| method | Yes | ||
| headers_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |