http_get
Fetch data from any URL by performing an HTTP GET request with curl. Supports custom headers, authentication, redirects, and timeouts.
Instructions
Perform an HTTP GET request using curl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to make the GET 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) |