repeater_from_template
Construct an HTTP request from a URL and custom fields, then send it to Burp Repeater. Optionally inherit headers, cookies, or authentication from a prior request for consistent testing.
Instructions
Send a request to Burp Repeater, built from scratch (URL + structured fields). Optionally inherit cookies/auth/UA from a history baseline.
Args:
url: full URL, e.g. https://api.example.com/v1/users?id=1
method: HTTP method (default GET)
headers: additional headers (overrides any inherited values)
body: request body
tab_name: Repeater tab label
inherit_from_history_id: copy headers from this baseline first; the
headers arg then overrides them. Host/Content-Length always
re-derived from the new url+body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | GET | |
| headers | No | ||
| body | No | ||
| tab_name | No | ||
| inherit_from_history_id | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |