For security reasons, it is recommended to disable HTTP headers to prevent IIS from sending the Server header in HTTP/S responses. Follow this guide to disable it.
Steps to Disable the Server Header:
- Open IIS Manager.
- Connect to the local server.
- Select the Default Web Site.
- Double-click Configuration Editor.
- In the Section dropdown list, navigate to:
webServer > security > requestFiltering
- Locate removeServerHeader and set its value to True.
- Click Apply in the Action panel at the top right corner.
This configuration will prevent IIS from revealing the Server header in HTTP responses, enhancing security.