Open
Cached
·
just now
20
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains; preload
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
- • Significantly strengthen CSP directives
- • 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
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Age
375
Cache-Control
s-maxage=60, stale-while-revalidate=31535940
Etag
"npm4f4m4rg5kwi"
age: 375 cache-control: s-maxage=60, stale-while-revalidate=31535940 etag: "npm4f4m4rg5kwi"
Content Headers
Content-Length
260464
Content-Type
text/html; charset=utf-8
content-length: 260464 content-type: text/html; charset=utf-8
Server Headers
server: CloudFront x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Fri, 15 May 2026 09:00:20 GMT
alt-svc: h3=":443"; ma=86400 date: Fri, 15 May 2026 09:00:20 GMT via: 1.1 512f238cbc4caf579dfdfec080d485e0.cloudfront.net (CloudFront) x-amz-cf-id: v6bVj4CAJvxiA0CjTrF-gWyHyksmDXAI-UOPwZc0YROPVCzUinNnyg== x-amz-cf-pop: IAD12-P4 x-cache: Hit from cloudfront x-nextjs-cache: HIT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology