AWS AmazonCloudFront documentation change
Summary
Added 'Cookie' to the list of example HTTP headers in request documentation
Security assessment
Clarification of existing functionality (headers included in requests). No security impact or feature addition.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.md b/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.md index b8ed21c73..734de6499 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.md +++ b//AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.md @@ -213 +213 @@ The headers in the request. Note the following: - * `key` contains the case-sensitive name of the header as it appeared in the HTTP request; for example, `Host`, `User-Agent`, `X-Forwarded-For`, and so on. + * `key` contains the case-sensitive name of the header as it appeared in the HTTP request; for example, `Host`, `User-Agent`, `X-Forwarded-For`, `Cookie`, and so on.