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

XML format's more_url attribute no longer contains server name #3138

Closed
mtmail opened this issue Aug 3, 2023 · 0 comments
Closed

XML format's more_url attribute no longer contains server name #3138

mtmail opened this issue Aug 3, 2023 · 0 comments

Comments

@mtmail
Copy link
Collaborator

mtmail commented Aug 3, 2023

Describe the bug

Python implementation of Nominatim (master) sets the more_url to query parameters. In past releases it contained a full URL including protocol, server, path.

To Reproduce

curl 'https://dulcy.openstreetmap.org/search.php?q=london&format=xml'
more_url="q=london&addressdetails=1&limit=..."

curl 'https://vhagar.openstreetmap.org/search.php?q=london&format=xml'
more_url='https://vhagar.openstreetmap.org/search.php/?q=london&exclude_p...

Additional context

Originally reported at openstreetmap/openstreetmap-website#4137 That website raises an error in URL because it expects a full URL.

image

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

No branches or pull requests

1 participant