Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Removes trailing query parameters #122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Removes trailing query parameters #122

wants to merge 2 commits into from

Conversation

ibesora
Copy link
Contributor

@ibesora ibesora commented Mar 6, 2018

When tiles are requested with a query parameter (to avoid their caching by the browser for example) tileserver.php answers with an empty image.
This PR removes all the query parameters from the first & to the end of the request URI so it works as expected.

Example:
Browser request: tileserver.php?/normalmap/15/16540/12182.png&20180306135412
Request URI used by tileserver: tileserver.php?/normalmap/15/16540/12182.png

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant