-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
How can I generate WMS requests with lowercase parameters #325
Comments
Please clarify what you mean with parameters. By the WMS standard:
It means that by the standard only "WMS" should be accepted as a service name, but Do you know some client that does not follow the standard? Or does MapCache change some parameter values into upper case? |
Yes, I have encountered WMS services that do not follow the standard, when I use |
The primary action would be to ask if they could make a fix on their side. It also fits with the robustness principle https://en.wikipedia.org/wiki/Robustness_principle. |
There are infinitely many ways how a non-conformant server can behave and thus it is impossible to support non-conformant servers as infinitely many workarounds would have to be implemented. This is the reason why we do have standards and follow them. |
MapCache defaults to uppercase parameters in WMS requests, is there a configuration method to make the request parameters in lowercase?
The text was updated successfully, but these errors were encountered: