-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
bug: Multiple cookie wrongly set in a single Set-Header when accessing via ELB #12633
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
Comments
Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Support if you are a licensed user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines. |
Hello @xtremusphone and thanks for your report! Could please confirm from what type of target you are getting the response of in this case? Is it a target for a container? Note: similar to already solved API Gateway issue #12577 |
Hi bentsku, Yeap the target is an ECS instance (the second screenshot is direct call to the ECS instance) |
@xtremusphone thanks for the response! I have a fix in the works, it's probably going to be merged next week, sorry for the delay on that one. I'll update you once it is available in the |
Hello @xtremusphone! The Thank you! |
Hi @bentsku , Seems the issue has been resolved. Thanks for the quick response. |
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Current Behavior
The HTTP Set-Cookie header seems to squash multiple Set-Cookie causing browser to only set the first Set-Cookie.

Expected Behavior
Multiple Set-Cookie Header to be set for each of the cookie key / value pair

How are you starting LocalStack?
With the
localstack
scriptSteps To Reproduce
Access via ELB and monitor the HTTP response via network tab in the developer tool
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: