Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| vendors:microsoft:iis [2025/04/16 17:22] – [Install DOKUWIKI on IIS] gerardorourke | vendors:microsoft:iis [2025/09/29 10:04] (current) – [Example 2] gerardorourke | ||
|---|---|---|---|
| Line 132: | Line 132: | ||
| + | ===== Disabled IIS Server Header ===== | ||
| + | < | ||
| + | %systemroot%\system32\inetsrv\appcmd.exe set config -section: | ||
| + | </ | ||
| + | |||
| + | To validate the changes, execute the below curl command, and you should not see server details as part of the header. | ||
| + | |||
| + | curl -I https:// | ||