-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
form data with &s in it breaks get_body_argument() #3418
Comments
You are right that this would be incorrect behavior, but it's not what I'm seeing. Here's your example translated into a unit test, which passes for me.
What else could be different in your environment that explains the different behavior? You didn't mention your Content-Type line; is it set correctly? This looks almost like what you'd get if you had Content-Type |
thanks for your time here ben. i'll take another look at this, and come back to you soon. with thanks |
it turns out i have a reverse proxy that is mangling things. my bad. thanks again for your help. |
tornado 6.4.1
hi,
if a tornado webhandler receives the following form
and it calls:
it returns:
and there's another body argument called
export
(presumably containing=download","authToken":null,"accessKey":null}
)this doesn't feel like correct behaviour, but correct me if i'm wrong.
with thanks
The text was updated successfully, but these errors were encountered: