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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
If you send a properly escaped url into
url::Url
and pass that intohttp_client
, then the actual request will not be escaped.Example:
the debug output will be
Actual
Expected
I'm not sure if this fix is in Url or http-client.
Url looks like
I'm thinking http-client should escape query string before sending it.
The text was updated successfully, but these errors were encountered: