We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Good catch. We'll get that fixed.
Sorry, something went wrong.
No branches or pull requests
https://serverless-stack.com/chapters/redirect-on-login.html
The above chapter specifies a function
querystring
. This function fails by taking a url of typeand redirecting to
cutting off any additional query args after the first one in the url redirected to
The text was updated successfully, but these errors were encountered: