-
-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lambda-edge-adapter): Support Alternate Domain Names and Multiple…
… Cookies in Lambda@Edge (#3858) * fix(lambda-edge): improve domain name detection Previously, only the CloudFront distribution name was used. Now, the Host header value is utilized for more accurate detection. * fix(lambda-edge): handle multiple Set-Cookie headers correctly Previously, only the last Set-Cookie header was returned. This update ensures all Set-Cookie headers are processed and returned as expected. * fix(lambda-edge): add host fallback detection for unusual request headers
- Loading branch information
Showing
2 changed files
with
93 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters