Open
Cached
·
just now
20
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15552000; includeSubDomains
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
- • Add Content-Security-Policy header to prevent XSS attacks
- • 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
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
Age
0
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
age: 0 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
Wed, 05 Aug 2026 10:33:30 GMT
Link
Other
URL
/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2?dpl=dpl_4SYgrhY5g3ed41xZWQ1L15oEynsS
rel=preload
as=font
crossorigin
type=font/woff2
rel=preload
as=style
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
X-Matched-Path
/
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: a26524dacdd78062-IAD
date: Wed, 05 Aug 2026 10:33:30 GMT
link: </_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2?dpl=dpl_4SYgrhY5g3ed41xZWQ1L15oEynsS>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/chunks/0d.gr6yem3czj.css?dpl=dpl_4SYgrhY5g3ed41xZWQ1L15oEynsS>; rel=preload; as="style", </_next/static/chunks/05x3vh3f2~62z.css?dpl=dpl_4SYgrhY5g3ed41xZWQ1L15oEynsS>; 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=J%2BqJGInXTYznLM2BKNO9PirxDyEmtstyCfLGG6clFKAIkhoL6fizRCZb5btjMbBRj0XJVL8CwndkYpe9PT4cGJKMJ2291ELvN6BJPJ28q5vY%2FEICq4zomaByYE7hM%2BqwjVyV6XtiPZg%3D"}]}
x-matched-path: /
x-vercel-cache: MISS
x-vercel-id: iad1::iad1::sp4tc-1785926010065-51cff6d8578f
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology