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
- 526 ms
https://www.repairmywindowsanddoors.co.uk/bracknell-windowrepair/- Status
- 200
- Message
- OK
- Time
- 526 ms
- IP
- 149.255.62.79
Timing
Wait
0 ms
DNS
245 ms
TCP
85 ms
Request
0 ms
First Byte
110 ms
Download
0 ms
Total
526 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Wed, 29 Apr 2026 08:09:07 GMT
The date and time that the message was sent.
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Type
text/html
Description
HTML file
Charset
UTF-8
- 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
- Vary
Accept-Encoding,User-Agent
Indicates that different content may be provided to different clients, depending on the vary header.
Headers
- Accept-Encoding
- User-Agent
Problems were detected with this header
- Duplicate header. There is another header with this name and this may cause problems.
- Cache-Control
no-cache
Inform all caching mechanisms from server to client whether they may cache this object.
no-cache - May be stored by any cache but must be validated by the server.
- Wpo-Cache-Status
cached
- Last-Modified
Tue, 28 Apr 2026 18:14:10 GMT
The last modified date for the requested object.
- Strict-Transport-Security
max-age=15768000; 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
15768000 (182 days 12 hours)
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
SAMEORIGIN
Clickjacking protection.
SAMEORIGIN - No rendering if origin mismatch.
- 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'.
- Referrer-Policy
strict-origin-when-cross-origin
Controls what referrer information is sent with requests.
strict-origin-when-cross-origin - Send the full referrer for a same origin request. Send the origin only for cross-domain requests where the protocol level is the same. Otherwise do not send the referrer.