URL parameters without value (../?asdf) #899
Replies: 2 comments
-
|
Could you do this with a raw request? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear gents,
I could not find anything in SO or this repo.
According to SO: Is a url query parameter valid if it has no value? it's ok to have a query param with no value. E.g.
.../?bla(I don't mean.../?bla=or.../?bla=None, etc.)However I could not find a way to do this with httpx
params=It this anyhow possible?
Beta Was this translation helpful? Give feedback.
All reactions