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
- 60 ms
https://www.openadmintools.com/en/www.loanspicker.com/- Status
- 200
- Message
- OK
- Time
- 60 ms
- IP
- 50.116.63.96
Timing
Wait
1 ms
DNS
9 ms
TCP
5 ms
Request
0 ms
First Byte
38 ms
Download
0 ms
Total
60 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Sat, 25 Jul 2026 21:15:27 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
langid=en; expires=Sun, 25-Jul-2027 21:15:27 GMT; Max-Age=31536000; path=/; domain=.openadmintools.com
A cookie sent from the server to be set on the client
langid
en
Cookie name and value.
Expires
Sun, 25-Jul-2027 21:15:27 GMT
When the cookie should expire.
Max-Age
31536000 (1 year)
Number of seconds until the cookie expires.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
Domain
.openadmintools.com
The client will only send the cookie when requesting from this domain.
- Strict-Transport-Security
max-age=63072000; 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
63072000 (2 years)
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.
- X-Frame-Options
DENY
Clickjacking protection.
DENY - No rendering within frame.