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

Fix URL squashing in curl backend #417

Closed
charphi opened this issue Feb 23, 2023 · 1 comment
Closed

Fix URL squashing in curl backend #417

charphi opened this issue Feb 23, 2023 · 1 comment
Labels
bug Something isn't working PROVIDER
Milestone

Comments

@charphi
Copy link
Member

charphi commented Feb 23, 2023

By default, curl automatically adjusts URL so that this URL
https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/ESTAT%2CMED_PS32%2C1.0/../all becomes
https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/ESTAT%2CMED_PS32%2C1.0/all

In SDMX, .. is a valid key.

Solution: use the --path-as-is parameter in curl.

@charphi charphi added bug Something isn't working PROVIDER labels Feb 23, 2023
@charphi charphi added this to the 3.0.0-beta.10 milestone Feb 23, 2023
@charphi
Copy link
Member Author

charphi commented Feb 23, 2023

Done in 4f82016

@charphi charphi closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PROVIDER
Projects
None yet
Development

No branches or pull requests

1 participant