AWS apigateway documentation change
Summary
Corrected CORS header values to lowercase (date, authorization)
Security assessment
Case correction in CORS headers for consistency. No direct security impact, but ensures proper header handling.
Diff
diff --git a/apigateway/latest/developerguide/http-api-cors.md b/apigateway/latest/developerguide/http-api-cors.md index 2d6abf6d0..4bace4e25 100644 --- a//apigateway/latest/developerguide/http-api-cors.md +++ b//apigateway/latest/developerguide/http-api-cors.md @@ -32 +32 @@ Access-Control-Allow-Credentials | allowCredentials | true -Access-Control-Expose-Headers | exposeHeaders | Date, x-api-id, * +Access-Control-Expose-Headers | exposeHeaders | date, x-api-id, * @@ -35 +35 @@ Access-Control-Allow-Methods | allowMethods | GET, POST, DELETE, * -Access-Control-Allow-Headers | allowHeaders | Authorization, * +Access-Control-Allow-Headers | allowHeaders | authorization, *