browser_http_get
Perform HTTP GET requests directly without a browser, returning the response body and supporting custom headers for authentication or request customization.
Instructions
HTTP GET url (browser-less). Returns the response body. Optional
headers dict for authentication or custom request headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| headers | No | ||
| timeout | No |