INSPIRE-MIF / helpdesk-validator

Community discussion forum for INSPIRE validation issues
41 stars 22 forks source link

http-request-getTile request not using https #1025

Open MarieLambois opened 5 months ago

MarieLambois commented 5 months ago

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.

image

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

fabiovinci commented 4 months ago

Dear @MarieLambois,

thanks for reporting the issue, we will have a look asap.