Send a loopback-only HTTP integration request
local_http_requestSend HTTP requests to approved localhost-only hosts with automatic header redaction and redirect revalidation for security.
Instructions
Sends an HTTP request only to approved hosts that resolve exclusively to loopback addresses. Redirects are revalidated and sensitive headers are redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| method | No | GET | |
| headers | No | ||
| project | Yes | Project key from list_projects. | |
| redactHeaders | No | ||
| timeoutSeconds | No | ||
| followRedirects | No | ||
| expectedStatuses | No |