The service is only available in HTTPS and not on HTTP. A permanent redirection is done to HTTPS from HTTP (308 code).
However in the http-request-gettile test the validator tests on http://data.geopf.fr/wmts, which leads to a 308 error code and a redirection.
Is there any reason why this specific request (other requests from the validator are correctly done) is done on http instead of https ? Is a permanent redirection not an authorized behaviour ?
Ressource tested: https://data.geopf.fr/wmts?REQUEST=GetCapabilities&SERVICE=WMTS&VERSION=1.0.0
The service is only available in HTTPS and not on HTTP. A permanent redirection is done to HTTPS from HTTP (308 code).
However in the http-request-gettile test the validator tests on http://data.geopf.fr/wmts, which leads to a 308 error code and a redirection.
Is there any reason why this specific request (other requests from the validator are correctly done) is done on http instead of https ? Is a permanent redirection not an authorized behaviour ?
Thank you in advance.
Marie