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

Preserve extra URL arguments #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattfullerton
Copy link

The WFS and WMS parts of the extension add or don't things to the url as required. Often this means that only the endpoint is needed as the resource URL but sometimes some extra parameters are needed and these get removed. This commit prevents that from happening but is only well tested for cases where the resource proxy is in use.

@mattfullerton
Copy link
Author

This should not be merged until someone can test with a GeoServer that supports CORS.

The WFS and WMS parts of the extension add or don't things to the url as required. Often this means that only the endpoint is needed as the resource URL but sometimes some extra parameters are needed and these get removed. This commit prevents that from happening but is only well tested for cases where the resource proxy is in use.
@categulario
Copy link

PR 7 years old and with conflicts. Target file has a new name although in this case the proposed changes can be rescued, however as pointed out in the last comment, it might not be ready. (it is marked as WIP)

This should not be merged until someone can test with a GeoServer that supports CORS.

It is probably safe to close it

@pvgenuchten
Copy link

the approach here is valid, i ran in this issue with a mapserver, which has a required parameter ?map={path}, which gets removed

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

Successfully merging this pull request may close these issues.

4 participants