zap.send_request
Send custom HTTP requests through ZAP proxy for security testing and vulnerability assessment in bug bounty hunting workflows.
Instructions
Send a custom HTTP request through ZAP proxy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| method | No | HTTP method (GET, POST, PUT, DELETE, etc.) | GET |
| headers | No | HTTP headers (optional) | |
| body | No | Request body (optional) |