Cached · just now
10 Headers

Detected Technologies from Headers

HTTP Security Headers

Status
Strict-Transport-Security
Missing
Not configured
Content-Security-Policy
Missing
Not configured Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Add Strict-Transport-Security header with max-age of at least 1 year
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add X-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

Connection
Performance
close, Transfer-Encoding
Transfer-Encoding
Performance
chunked

Caching Headers

Cache-Control
Caching
no-store, must-revalidate, no-cache, max-age=0, private

Content Headers

Content-Type
Content
text/html; charset=utf-8

Server Headers

X-Powered-By
Server
Next.js

CORS Headers

No CORS headers found

Cookies Headers

Set-Cookie
Cookies

Other Headers

Date
Other
Mon, 23 Feb 2026 22:41:01 GMT
Server-Timing
Other
cdn-cache; desc=MISS, edge; dur=1325, origin; dur=3272, ak_p; desc="1771886457111_389073010_1079169249_458777_4048_0_37_-";dur=1
X-Akamai-Transformed
Other
9 33009 0 pmb=mRUM,1
X-Ms-Middleware-Request-Id
Other
00000000-0000-0000-0000-000000000000

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology