We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WIth proxy, a WMS URL like http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer?request=GetCapabilities&service=WMS is transformed to http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer before adding the parameters again.
But, when not using the proxy this stripping doesn't happen, so the result is something like: http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer?request=GetCapabilities&service=WMS&REQUEST=GetCapabilities&SERVICE=WMS
The only work-around currently is to define the resource url without parameters: http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer Otherwise some servers just fail with something like "cannot parse request".
Both scenarios, with and without proxy should behave identically.
The text was updated successfully, but these errors were encountered:
See also #23
Sorry, something went wrong.
No branches or pull requests
WIth proxy, a WMS URL like
http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer?request=GetCapabilities&service=WMS
is transformed to
http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer
before adding the parameters again.
But, when not using the proxy this stripping doesn't happen, so the result is something like:
http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer?request=GetCapabilities&service=WMS&REQUEST=GetCapabilities&SERVICE=WMS
The only work-around currently is to define the resource url without parameters: http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer
Otherwise some servers just fail with something like "cannot parse request".
Both scenarios, with and without proxy should behave identically.
The text was updated successfully, but these errors were encountered: