Skip to content

Conversation

@DinosL
Copy link
Contributor

@DinosL DinosL commented Jan 9, 2026

curl expects a fully valid, already encoded url when executing a request, whereashttplib constructs requests from different components (e.g. host, path) and silently encodes them.

CURLU_URLENCODE is not an option here since it only encodes the host part (see manual). I think, it would only be useful if we pass individual components (or split the full url).

@carlopi
Copy link
Collaborator

carlopi commented Jan 12, 2026

Thanks!

@carlopi carlopi merged commit f626dd7 into duckdb:main Jan 12, 2026
25 checks passed
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

Successfully merging this pull request may close these issues.

2 participants