fetch_url
Execute HTTP requests to external URLs using GET or HEAD methods to retrieve status codes, headers, and content from web resources.
Instructions
Execute HTTP requests to external URLs.
Args:
url: URL to fetch
method: HTTP method (GET, HEAD)
Returns:
Status code, headers and content (truncated if too long)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | GET |