// http header · response header

Server

Software handling the request

What the Server header does

Server names the software handling the request, like nginx or Apache. It's informational and often trimmed or removed in production to avoid advertising version details to attackers.

Example

Server: nginx

Where it's used

Server is a response header. Response headers are sent by the server to describe the response and tell the client how to handle it.

Other response headers