Merge pull request #81 from yardenshoham/correct-method-in-docs

Specify the correct method in the Monitor widget documentation
This commit is contained in:
Svilen Markov
2024-05-18 19:19:14 +01:00
committed by GitHub
+1 -1
View File
@@ -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: