Check URL status
check_url_statusRequest a URL (GET or HEAD, redirects not followed) and return its HTTP status code, status text, response time in ms and response headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL. Private, loopback and cloud-metadata addresses are rejected. | |
| method | No | HEAD is faster; GET is what browsers do. | GET |