http_head
Send a HEAD request to retrieve headers from a URL without getting the body. Supports authentication, custom headers, and redirects.
Instructions
Perform an HTTP HEAD request using curl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to make the HEAD request to | |
| auth | No | Authentication configuration | |
| headers | No | Optional headers to include | |
| timeout | No | Request timeout in seconds (default: 30) | |
| insecure | No | Allow insecure SSL connections (default: false) | |
| followRedirects | No | Follow redirects (default: true) |