Skip to content

Commit f2253a7

Browse files
authored
Merge pull request #278 from ruslan1us/CLPRO-2797
CLPRO-2797: HTTP/HTTPS scheme detection in WMT
2 parents d2b707f + 1e1e40d commit f2253a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/cloudlinuxos/lve_manager/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,11 @@ To enable or disable **Website monitoring**, use the following slider.
11981198
* **Time allowed for response** - if there is no answer from the website for this period of time, the Website Monitoring tool will regard this behaviour as the `HTTP 408` error.
11991199
* **Concurrent requests limit** - how many concurrent requests can be done by the Website Monitoring tool.
12001200

1201+
:::tip Note
1202+
The scanner tries HTTPS first (following redirects) and, if the final HTTPS response isn’t 200, retries over HTTP and stores whichever protocol returns 200 as the domain’s URL; if both fail, it records the HTTP URL with the failure status. Reports and notifications use this stored URL, so successful sites appear as https and non‑HTTPS/failed ones as http.
1203+
:::
1204+
1205+
12011206
To enable or disable the **Slow site analyzer**, use the following slider.
12021207

12031208
:::tip Note

0 commit comments

Comments
 (0)