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
- 819 ms
https://highstakesdb.com/- Status
- 200
- Message
- OK
- Time
- 819 ms
- IP
- 54.217.34.182
Timing
Wait
0 ms
DNS
5 ms
TCP
88 ms
Request
1 ms
First Byte
547 ms
Download
0 ms
Total
819 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- 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.
- Vary
Accept-Encoding
Indicates that different content may be provided to different clients, depending on the vary header.
Headers
- Accept-Encoding
- X-Powered-By
PHP/7.4.33
The software powering this site.
- Cache-Control
max-age=0, must-revalidate, private
Inform all caching mechanisms from server to client whether they may cache this object.
Max-Age
0
The time a browser should remember a site can only be accessed with https (seconds).
must-revalidate
Stale caches must not be used.
private
May only be stored by a browser cache.
- Date
Tue, 26 May 2026 13:11:23 GMT
The date and time that the message was sent.
- Expires
Tue, 26 May 2026 13:11:23 GMT
The time at which the response is considered stale.
- 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.
- X-Content-Type-Options
nosniff
Prevents Internet Explorer from MIME-sniffing a response away from the declared content-type.
nosniff - Block requests if type 'style' or 'script'.
- X-Xss-Protection
1; mode=block
Cross-site scripting (XSS) filter.
1
Enable XSS filtering.
Mode
Filtering mode.
- block - Block page if XSS is detected.