Open
Cached
·
just now
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15552000; includeSubDomains; preload
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding, x-middleware-prefetch
connection: close transfer-encoding: chunked vary: Accept-Encoding, x-middleware-prefetch
Caching Headers
Cache-Control
public, max-age=900, s-maxage=900
cache-control: public, max-age=900, s-maxage=900
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
Access-Control-Allow-Origin
cex.io
access-control-allow-origin: cex.io
Cookies Headers
Other Headers
Date
Sun, 10 May 2026 13:46:26 GMT
cf-cache-status: DYNAMIC cf-ray: 9f9963db2f581625-IAD date: Sun, 10 May 2026 13:46:26 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology