Remove 'X-Powered-By' header from IIS
- Last UpdatedFeb 15, 2024
- 1 minute read
To remove 'X-Powered-By' headers:
-
Open <ISM Installation path>/Client.
-
Open web.config in a text editor.
-
In the <system.webServer> section, paste the following:
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>