-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Return multiple Set-Cookie headers #1205
Comments
I'm not sure that API Gateway supports this, even if Chalice could, per https://forums.aws.amazon.com/thread.jspa?threadID=205782 Some workarounds are mentioned in the thread (e.g. |
@markalexander it is supported: https://forums.aws.amazon.com/ann.jspa?annID=6185 |
I am currently using one of those workarounds. But would be good to align chalice with the capabilities of the API Gateway. |
Ah, ill mark as feature request. |
Supported via #1214 |
I am trying to return multiple Set-Cookie statements in my header. However, it doesn't work given that key within the dictionary is the same for both cookies and therefore, only the 2nd Set-Cookie is been returned resp. actually been added to the dict.
Is there solution to this problem in chalice?
The text was updated successfully, but these errors were encountered: