You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
becomeshttps://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.The text was updated successfully, but these errors were encountered: