Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15552000; includeSubDomains
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
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding,User-Agent
connection: close transfer-encoding: chunked vary: Accept-Encoding,User-Agent
Caching Headers
Cache-Control
no-cache, private
cache-control: no-cache, private
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Country
US
Date
Sat, 02 May 2026 08:30:34 GMT
Via
1.1 google, 1.1 google
X-Dns-Prefetch-Control
off
X-Download-Options
noopen
X-Robots-Tag
index, follow
cf-cache-status: DYNAMIC cf-ray: 9f55aa292aa93afa-IAD country: US date: Sat, 02 May 2026 08:30:34 GMT via: 1.1 google, 1.1 google x-dns-prefetch-control: off x-download-options: noopen x-robots-tag: index, follow
Recommendations
Enable compression (gzip/brotli) to improve performance