Check HTTP Status
check_http_statusChecks a URL's live HTTP status, latency, and redirect chain to identify if a site is down, slow, or stuck in redirect loops.
Instructions
Makes a live HTTP request to a URL and reports the status code, latency, and full redirect chain. Use this to check whether a site is up, slow, or stuck in a redirect loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL or hostname to check, e.g. https://example.com |