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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here it's encoded as
latin-1
:werkzeug/src/werkzeug/wrappers/request.py
Line 125 in 7868bef
There are many instances where it's decoded as
utf-8
, though:werkzeug/src/werkzeug/sansio/request.py
Line 173 in 7868bef
In my Flask-based app, decoding as
latin-1
works but is incorrect.Why is it
bytes
anyway? I'm trying to get the original query string as astr
.Beta Was this translation helpful? Give feedback.
All reactions