curl_get
Execute HTTP GET requests to specified URLs, configure headers, set timeouts, and manage redirects for web API interactions and content retrieval.
Instructions
Make an HTTP GET request using curl
Input Schema
Name | Required | Description | Default |
---|---|---|---|
follow_redirects | No | Whether to follow redirects | |
headers | No | Optional HTTP headers in the format 'Header: Value' | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL to make the GET request to | |
user_agent | No | Custom User-Agent string |