Open
Cached
·
just now
20
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
camera=(), microphone=(), geolocation=()
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding
connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
public, max-age=0, s-maxage=60, stale-while-revalidate=300
cache-control: public, max-age=0, s-maxage=60, stale-while-revalidate=300
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: cloudflare x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=86400
Date
Thu, 07 May 2026 11:41:26 GMT
X-Request-Id
f5b8b3ac-5c51-4a1d-a131-11e685a4fad2
alt-svc: h3=":443"; ma=86400 cf-cache-status: MISS cf-ray: 9f7ff49e2c99170d-IAD date: Thu, 07 May 2026 11:41:26 GMT x-envoy-upstream-service-time: 76 x-request-id: f5b8b3ac-5c51-4a1d-a131-11e685a4fad2
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology