Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vendors:microsoft:iis [2025/04/16 17:22] – [Install DOKUWIKI on IIS] gerardorourkevendors:microsoft:iis [2025/09/29 10:04] (current) – [Example 2] gerardorourke
Line 132: Line 132:
  
  
 +===== Disabled IIS Server Header =====
 +<code>
 +%systemroot%\system32\inetsrv\appcmd.exe set config -section:system.webServer/security/requestFiltering /removeServerHeader:true /commit:apphost  
 +</code>
 +
 +To validate the changes, execute the below curl command, and you should not see server details as part of the header.
 +
 +curl -I https://your-domain.com 
  • vendors/microsoft/iis.1744820567.txt.gz
  • Last modified: 2025/04/16 17:22
  • by gerardorourke