Response
Server
Identifies the web server software. Should be minimized for security reasons.
Syntax
Server: <product>
Example
Server: nginx
Description
Server identifies the software used by the origin server. Common values: nginx, Apache, cloudflare.
Can expose details that help attackers find known vulnerabilities. Best practice: remove or set to a generic value.
In nginx: server_tokens off;. In Apache: ServerTokens Prod.
Check if your website sends this header correctly
Check your headers →