import
Convert raw HTTP request text from Burp or other tools into a crafted request for security testing. Save with a name for quick retrieval.
Instructions
Import raw HTTP request from Burp or other tools — stores as crafted. See rqwstr_docs(topic="export") for the reverse direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | Raw HTTP request text (e.g. GET /path HTTP/1.1\r\nHost: example.com\r\n\r\n) | |
| name | No | Save imported request with this name for quick lookup | |
| https | No | Use HTTPS scheme (default false = HTTP) |