Send HTTP Request
send_http_requestSend HTTP requests through HTTP Toolkit for interception and debugging. Monitor requests and responses in real-time to analyze traffic and troubleshoot issues.
Instructions
Send an HTTP request through the HTTP Toolkit proxy. The request will be intercepted and visible in the HTTP Toolkit UI. Returns the full response including status code, headers, and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS) | |
| url | Yes | Full URL to send the request to | |
| headers | No | Request headers as array of [name, value] pairs. Host header is auto-added if missing. | |
| body | No | Request body as a string | |
| ignoreHostHttpsErrors | No | Hostnames to ignore HTTPS errors for, or true to ignore all |