🌐 HTTP(S) Monitor
The HTTP(S) monitor is the most commonly used monitor type. It makes an HTTP request to a URL and checks whether the response matches your expectations.
🎯 ما يفعله
- Sends an HTTP request (GET, POST, PUT, PATCH, DELETE, HEAD) to your URL
- Checks the response status code (e.g., 200, 301, 404)
- Measures response time and TTFB (Time To First Byte)
- Optionally checks for a keyword in the response body
- Supports authentication (Basic Auth, Bearer Token)
- Supports custom headers and request body
- Can follow or ignore redirects
- Can verify or skip SSL certificate validation
- Captures the resolved IP address