Open
Cached
·
just now
14
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Etag
"lync752mg7hvr"
etag: "lync752mg7hvr"
Content Headers
Content-Length
23180
Content-Type
text/html; charset=utf-8
content-length: 23180 content-type: text/html; charset=utf-8
Server Headers
server: Clearbit x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sun, 12 Apr 2026 22:07:01 GMT
X-Envoy-Response-Flags
-
X-Robots-Tag
all
date: Sun, 12 Apr 2026 22:07:01 GMT x-envoy-response-flags: - x-robots-tag: all
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Consider removing X-Powered-By header to hide server technology