-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4
-
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE
This has been reported a couple of times (for example https://moodle.org/mod/forum/discuss.php?d=321605), we perform a HEAD request to check if a site exists/is valid but sometimes depending on the server configuration (or proxies or firewalls), these types of requests are forbidden and we get 403 errors.
In order to fix that, we can safely replace the HEAD request with a GET one