HTTP Headers
Show the HTTP headers for a URL, with a full break-down of details. Will follow redirects.
Summary
- Response
- Total Requests
- 1
- Total Time
- 584 ms
https://snippet.host/hkrcsv- Status
- 200
- Message
- OK
- Time
- 584 ms
- IP
- 85.137.57.252
Timing
Wait
0 ms
DNS
7 ms
TCP
113 ms
Request
0 ms
First Byte
217 ms
Download
0 ms
Total
584 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Mon, 21 Sep 2026 12:03:55 GMT
The date and time that the message was sent.
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Problems were detected with this header
- Unknown MIME type.
- Connection
keep-alive
Control options for the current connection and list of hop-by-hop response fields.
keep-alive - The client would like to keep the connection open.
- Set-Cookie
viewed=kfk23x8xMq50E3AUItNCOUI_mT37qpqvDv16FmWw_baFHo4IT861JIBfS-QLJWYohxlOCkqNXwi6dJUW; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
viewed
kfk23x8xMq50E3AUItNCOUI_mT37qpqvDv16FmWw_baFHo4IT861JIBfS-QLJWYohxlOCkqNXwi6dJUW
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
secure
The cookie is only sent when requesting from a https domain.
HttpOnly
Prevents access to the cookie through JavaScript.
- Strict-Transport-Security
max-age=31536000; includeSubDomains; preload
A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains.
Max-Age
31536000 (1 year)
The time a browser should remember a site can only be accessed with https (seconds).
includesubdomains
max-age applies to subdomains as well.
preload
Use Google's preloading strict transport security.
- Expect-Ct
max-age=31536000, enforce
Used by a server to indicate that UAs should evaluate connections to the host emitting the header field for CT compliance.
Max-Age
31536000 (1 year)
The time after receiving this header that the client should use the header value (seconds).
enforce
Tell client to refuse future connections that violate the CT policy.