If you use:
@app.route('/something/')
And then visit the URL:
http://127.0.0.1:5000/something?name=Mike
It will redirect you to:
http://127.0.0.1:5000/something/
discarding the query string in the process. Is this by design?
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pocoo-libs?hl=en.