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
- 556 ms
https://snippet.host/hkrcsv- Status
- 200
- Message
- OK
- Time
- 556 ms
- IP
- 91.231.182.158
Timing
Wait
0 ms
DNS
6 ms
TCP
120 ms
Request
0 ms
First Byte
179 ms
Download
1 ms
Total
556 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Wed, 29 Jul 2026 22:40:30 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=tz4Z7adlLIQandKz7GDfqfOQ2g7Lr18skKmqrJFuzMjVF8bmucRMGN45FrC1rwdxHC4x1C8UoEPeL2TH; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
viewed
tz4Z7adlLIQandKz7GDfqfOQ2g7Lr18skKmqrJFuzMjVF8bmucRMGN45FrC1rwdxHC4x1C8UoEPeL2TH
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.