Server HTTP Header
Server
A name for the server.
Accepted Values
The header accepts one of the following patterns.
- <server>/<version> (<system>) 
- <server>/<version> 
- <server> 
Where the value of these patterns is defined as:
- server
- Description of the server software. 
- system
- Operating system. 
- version
- Version number. 
Example
Server: Nginx
Server: Apache/3.1
Server: Apache/3.0 (Windows)
Parse
Enter a Server header below to parse and return details about it.
Reference
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server