Skip to content
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

No query string values in context.form without form parameter #140

Closed
shayan-7 opened this issue Jan 23, 2019 · 1 comment
Closed

No query string values in context.form without form parameter #140

shayan-7 opened this issue Jan 23, 2019 · 1 comment
Assignees
Labels
bug something isn't working

Comments

@shayan-7
Copy link
Contributor

shayan-7 commented Jan 23, 2019

In the case using custom verbs and sending query string without form parameters, there are no query string parameters in context.form, whereas any query string parameters must exist in context.form.

@pylover
Copy link
Owner

pylover commented Mar 1, 2019

Yes, this is the normal behavior of the python's cgi module.

You may use context.query to access the query strings explicitely.

@pylover pylover closed this as completed Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants