Open
Cached
·
19m ago
18
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=86400
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
Vary
Accept-Encoding
accept-ranges: bytes connection: close vary: Accept-Encoding
Caching Headers
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
Etag
"y3kqb3fksl1hw1"
cache-control: private, no-cache, no-store, max-age=0, must-revalidate etag: "y3kqb3fksl1hw1"
Content Headers
Content-Length
69848
Content-Type
text/html; charset=utf-8
content-length: 69848 content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Fri, 11 Sep 2026 03:11:18 GMT
X-Cache
MISS, MISS
X-Cache-Hits
0, 0
X-Served-By
cache-lga21920-LGA, cache-lga21920-LGA, cache-lga21945-LGA
X-Timer
S1789096279.752534,VS0,VE55
date: Fri, 11 Sep 2026 03:11:18 GMT via: HTTP/2 edgeproxy, 1.1 google, 1.1 varnish, 1.1 varnish x-cache: MISS, MISS x-cache-hits: 0, 0 x-served-by: cache-lga21920-LGA, cache-lga21920-LGA, cache-lga21945-LGA x-timer: S1789096279.752534,VS0,VE55
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology