Skip to content
← All HTTP Headers
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 →

Related Articles

Related Headers

Related guides

Longer-form reading on this topic from the knowledge base.

Automate this check

Set up continuous monitoring and get an alert when something breaks. No manual runs to remember.