GetSecureScore

Remove Unwanted HTTP Response Headers on IIS Server

The purpose of this blog post is to discuss how to remove unwanted HTTP response headers from the response. Typically we have 3 response headers which many people want to remove for security reasons. Server – Specifies web server version. X-Powered-By – Indicates that the website is “powered by ASP.NET.” X-AspNet-Version – Specifies the version of ASP.NET used. Read More