IIS likes to "advertise" itself via the "Server" and "X-Powered-By" headers. This becomes a security concern, particularly when the "Server" header contains a version number.
ESTIMATE TBD
Steps to reproduce the issue
Open the browser's developer tools to the network tab.
Issue description
IIS likes to "advertise" itself via the "Server" and "X-Powered-By" headers. This becomes a security concern, particularly when the "Server" header contains a version number.
Steps to reproduce the issue
What's the expected result?
Server
header's value should not contain "Microsoft-IIS/8.5" (we'll go with, it should say "WebAPI")X-Powered-By
header should not exist.What's the actual result?
Server
header contains the text "Microsoft-IIS/8.5"X-Powered-By
header should not exist.Additional details / screenshot