Notice in my example that I have no slash in the query string version. The issues doesn't come up if the slash doesn't have to be appended.
On Nov 4, 8:20 pm, mike <[email protected]> wrote: > 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.
