-
Notifications
You must be signed in to change notification settings - Fork 8
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
Possible issues with Cookies #73
Comments
About the problem with ALB stringify headers, I already added PR to fix this issue at #74. |
I won't be able to test your package but you should also take a look at CodeGenieApp/serverless-express#554 which has some information on broken header ordering under AWS ELB. Under this environment [when event.version === undefined] you need to reverse the order of Also if I remember correctly the StackOverflow answer, while certainly clever, doesn't help that much. Under ELB it does let you set multiple headers when |
Thanks for your time, I will look carefully to see which things I can improve based on that issue. |
Thanks for the quick update! In my case turning on the multi-value headers via alb worked |
The issue is with ELB not ALB |
Hi @laverdet and @ml27299,
Sorry to tag you both, but I saw you both creating issues on vendia-serverless: CodeGenieApp/serverless-express#609 and CodeGenieApp/serverless-express#554.
My library has the same intention of vendia/serverless-express but I construct it be more extensible and easier to maintain and customize than vendia.
Because my library is a refactored version of vendia/serverless-express, maybe it could have some issues that you both describe in the issues above.
I'm proposing that you try my library and let me know if the problems with cookies will persist, if so, I can work on trying to fix these problems.
If so, I'll have more description and also someone to test with because I currently don't have APIs that use ALB or cookies, so it's hard for me to test those scenarios.
For ALB, I have two problems to fix from what I saw from your issues:
The text was updated successfully, but these errors were encountered: