Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000; includeSubdomains; preload
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
geolocation=(), midi=(), sync-xhr=(); +6 more
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding
connection: close transfer-encoding: chunked vary: 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: nginx/1.30.1 x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Tue, 25 Aug 2026 20:03:33 GMT
Link
URL
/_next/static/media/dc6d2a64e9dbf3bc-s.p.3mjzw95c0-_52.woff2
rel=preload
as=font
crossorigin
type=font/woff2
date: Tue, 25 Aug 2026 20:03:33 GMT link: </_next/static/media/dc6d2a64e9dbf3bc-s.p.3mjzw95c0-_52.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" via: 1.1 145bb9cba9e12350510f02ee9ab6ca22.cloudfront.net (CloudFront) x-amz-cf-id: wkhiIVOoIRboqgnGFxFzlWTZTxAVht_6_McaR4tDeUhzbnxk9n2-QQ== x-amz-cf-pop: IAD12-P1 x-cache: Miss from cloudfront
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology