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

querystring function cuts off args in url redirected to #58

Open
pblankley opened this issue Jul 13, 2020 · 1 comment
Open

querystring function cuts off args in url redirected to #58

pblankley opened this issue Jul 13, 2020 · 1 comment

Comments

@pblankley
Copy link

https://serverless-stack.com/chapters/redirect-on-login.html

The above chapter specifies a function querystring. This function fails by taking a url of type

/login?redirect=/myaccouny?somearg=hithere&diffarg=hello&random=2019235929rwfsjfoo98iuih

and redirecting to

/myaccouny?somearg=hithere

cutting off any additional query args after the first one in the url redirected to

@jayair
Copy link
Member

jayair commented Jul 19, 2020

Good catch. We'll get that fixed.

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

No branches or pull requests

2 participants