From 59c55b96beeb4154575ddbf26b064d218544dda2 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 18 May 2024 18:02:12 +0300 Subject: [PATCH] Specify the correct method in the Monitor widget documentation After 189b8895b03ec2ee407c8d951c07230bae3a9a07 we use `GET` instead of `HEAD` Signed-off-by: Yarden Shoham --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index e698fdd..7c04d04 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -697,7 +697,7 @@ Greenville, United States ``` ### Monitor -Display a list of sites and whether they are reachable (online) or not. This is determined by sending a HEAD request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds. +Display a list of sites and whether they are reachable (online) or not. This is determined by sending a GET request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds. Example: