- Newest
- Most votes
- Most comments
We are facing the same issue. However we see that since awselb is managed by AWS, they do not have a direct solution yet; but below are how it is possible to be done. Additionally, how many attacks have happened due to this; as elb being managed and patched regularly by AWS.
According to other re:post answers, It is not possible to configure the ELB to do not expose that header.
However, as a workaround, you can override the value using CloudFront edge functions.
Furthermore, we are seeking additional information to know if AWS WAF has the capability of hiding the server info from the response. While there is possibilities of doing this via third party WAFs as per the linked re:post
answered 2 years ago
Facing the same issue. Is there any WAF that can be used to avoid this issue?
answered 3 years ago
It is not possible to hide this header directly on Application Load Balancer. Use Amazon CloudFront's Response Headers Policies instead. Please see my response to a similar question on re:Post, on How to prevent "awselb/2.0" server information exposure in HTTP response header.
answered 2 years ago
Relevant content
asked 2 years ago
asked 3 years ago

AWS WAF is inspecting the incoming HTTP traffic (requests, not responses)