Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http-request-getTile request not using https #1025

Open
MarieLambois opened this issue Feb 1, 2024 · 1 comment
Open

http-request-getTile request not using https #1025

MarieLambois opened this issue Feb 1, 2024 · 1 comment
Assignees

Comments

@MarieLambois
Copy link

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
Copy link
Collaborator

Dear @MarieLambois,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants