v0.28 plusses for spaces causing errors and _urlparse
suddenly being ignored
#3447
Unanswered
shenanigansd
asked this question in
Potential Issue
Replies: 2 comments 3 replies
-
Thanks @shenanigansd, really good question.
* Actually I'm unkeen on having chosen |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a reason this isn't just a flag to flip? We're actually debating monkeypatching httpx (or maybe even just replacing it with something else) because we're using an API that actually expects spaces to be percent encoded. Keeping it as bytes seems like an odd solution to the problem. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning, I have requests like this:
And I use this to keep the special characters intact:
After upgrading from
0.27.2
to0.28.1
, the resulting URLs have changed:This is causing the remote to respond with "400:
+
is not a valid character"I see #3371 and #3373 linked to in #3394 talking about the spaces, though I'm not sure about why
_urlparse
is suddenly being ignored.How can I restore the previous behavior?
Beta Was this translation helpful? Give feedback.
All reactions