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

Accept query parameters when running locally #197

Closed
wants to merge 1 commit into from

Conversation

atomaka
Copy link

@atomaka atomaka commented Dec 12, 2016

In #196, I advised that query string parameters do not work when routing locally.

I believe urlparse.parse_qsl emulates the behavior of the AWS API Gateway by only accepting the last query value passed if multiple matching keys exist.

@atomaka atomaka force-pushed the bugfix/local-querystring branch 5 times, most recently from 307b5e5 to 1b6a66c Compare December 12, 2016 21:31
@atomaka atomaka force-pushed the bugfix/local-querystring branch from 1b6a66c to e22b507 Compare December 12, 2016 21:41
@jamesls
Copy link
Member

jamesls commented Dec 27, 2016

Thanks for the pull request. This should be fixed now via (#184). Closing as dupe.

@jamesls jamesls closed this Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants