Open
Cached
·
just now
25
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
camera=(), microphone=(), geolocation=()
Recommendations
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
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
Cf-Apo-Via
origin,host
Date
Fri, 31 Jul 2026 12:19:50 GMT
Link
URL
/_next/static/media/e4af272ccee01ff0-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/logo.svg
rel=preload
as=image
Nel
Report-To Group
cf-nel
max-age: 1w
success: 0.0%
Report-To
Other
Server-Timing
cfEdge;dur=1120,cfOrigin;dur=0,cfWorker;dur=542
Speculation-Rules
"/cdn-cgi/speculation"
X-Dashboard-Api-Split-Mode
on
X-Dashboard-Worker-Plane
web
X-Opennext
1
X-Request-Id
3e806651-388f-4c0a-815c-5360413b9b9e
alt-svc: h3=":443"; ma=86400
cf-apo-via: origin,host
cf-ray: a23c8db37dd4310c-IAD
date: Fri, 31 Jul 2026 12:19:50 GMT
link: </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </logo.svg>; rel=preload; as="image"
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=SYXHDhgbRywSwrzQkHZ25RFHnUivra62CU0Ab4%2BhV9R%2FYA99JS2CTK4NwXEhIiK77E190sj2U5TogeDgQ1LAj9CAXRp4JnbljWSW3OZZk9thUIPOpf6BP%2B%2FI1biEm0lYWVXPlhYV"}]}
server-timing: cfEdge;dur=1120,cfOrigin;dur=0,cfWorker;dur=542
speculation-rules: "/cdn-cgi/speculation"
x-dashboard-api-split-mode: on
x-dashboard-worker-plane: web
x-opennext: 1
x-request-id: 3e806651-388f-4c0a-815c-5360413b9b9e
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology