1 Answer
- Newest
- Most votes
- Most comments
0
AWS WAFv2 does not currently offer a direct configuration option for HTTP version. However, we can leverage CloudFront to achieve this functionality. CloudFront acts as the initial service that receives the request and adds the following headers:
- CloudFront-Forwarded-Proto – Contains the protocol of the viewer's request (HTTP or HTTPS).
- CloudFront-Viewer-Http-Version – Contains the HTTP version of the viewer's request.
- CloudFront-Viewer-TLS – Contains the SSL/TLS version, the cipher, and information about the SSL/TLS handshake that was used for the connection between the viewer and CloudFront. Reference: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/adding-cloudfront-headers.html
answered 2 years ago
Relevant content
- asked 2 years ago
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated a year ago