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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant