Open
Cached
·
just now
16
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
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
close
Transfer-Encoding
chunked
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
connection: close transfer-encoding: chunked vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
Caching Headers
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
cache-control: private, no-cache, no-store, max-age=0, must-revalidate
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
Tue, 08 Sep 2026 09:36:46 GMT
Link
Other
URL
/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/ok.gif
rel=preload
as=image
URL
/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/ok.gif
rel=preload
as=image
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=10,cfOrigin;dur=745
X-User-Role
guest
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: a37cf87b18c0b83d-IAD
date: Tue, 08 Sep 2026 09:36:46 GMT
link: </_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </ok.gif>; rel=preload; as="image", </_next/static/chunks/233p45nuh4m5b.css>; rel=preload; as="style", </_next/static/chunks/0yccjd6d9xkt0.css>; rel=preload; as="style"
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=D%2FJfCzKfdEZu%2FTU2snMKNO0RW62eqCUzXAzBJ8NBbF3JmfQrWG3LS4PzLKJu39arUIn1XM%2B4S7fpJlxx7jic6WDdj4O9FytfKZ3S3QRzNtsdh%2BRwSi9us%2BH4mM1xgnSDHcNIX%2FAD0A%3D%3D"}]}
server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=10,cfOrigin;dur=745
x-user-role: guest
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology