Host HTTP Header
Host
Host name of requested site.
Accepted Values
The header accepts one of the following patterns.
<host>:<port>
<host>
Where the value of these patterns is defined as:
- host
Host name.
- port=<integer>
Port number
port=4
Example
Host: apple.com
Host: redirect.li:8080
Parse
Enter a Host header below to parse and return details about it.
Reference
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Host