send_request
Send HTTP/1.1 requests through Burp by mutating a history entry or building a new request from scratch, with optional inheritance of cookies and authentication.
Instructions
Issue an HTTP/1.1 request via Burp (no Repeater tab) and return the response. Two usage modes:
Mutate a history entry: pass
history_idplus any of method/path/ set_headers/remove_headers/body.Build from scratch: pass
url+ method + headers + body. Optionallyinherit_from_history_idto copy cookies/auth from a baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history_id | No | ||
| url | No | ||
| method | No | ||
| path | No | ||
| set_headers | No | ||
| remove_headers | No | ||
| headers | No | ||
| body | No | ||
| inherit_from_history_id | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |