Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • 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
4620
Cache-Control
public, max-age=14400
Expires
Tue, 28 Jul 2026 19:57:46 GMT
Last-Modified
Tue, 28 Jul 2026 14:40:47 GMT
age: 4620 cache-control: public, max-age=14400 expires: Tue, 28 Jul 2026 19:57:46 GMT last-modified: Tue, 28 Jul 2026 14:40:47 GMT
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, Payload
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Accept-Ch
Sec-CH-Prefers-Color-Scheme
Critical-Ch
Sec-CH-Prefers-Color-Scheme
Date
Tue, 28 Jul 2026 15:57:46 GMT
Link
Other
URL
/_next/static/media/GeistMono_Variable.p.05wdprr-k~q7o.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/Geist_Variable-s.p.014y-whght5cd.woff2
rel=preload
as=font
crossorigin
type=font/woff2
accept-ch: Sec-CH-Prefers-Color-Scheme cf-cache-status: HIT cf-ray: a22514db390fa130-IAD critical-ch: Sec-CH-Prefers-Color-Scheme date: Tue, 28 Jul 2026 15:57:46 GMT link: </_next/static/media/GeistMono_Variable.p.05wdprr-k~q7o.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/Geist_Variable-s.p.014y-whght5cd.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/chunks/04oedm~0s7c-3.css>; rel=preload; as="style", </_next/static/chunks/15hkdh6htewu4.css>; rel=preload; as="style"
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology