Open
Cached
·
just now
16
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000
X-Frame-Options
Good
SAMEORIGIN
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 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
Cache-Control
public, max-age=1800
Expires
Sun, 03 May 2026 05:35:37 GMT
cache-control: public, max-age=1800 expires: Sun, 03 May 2026 05:35:37 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
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sun, 03 May 2026 05:05:37 GMT
Link
URL
/hub/_next/static/media/e4af272ccee01ff0-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/hub/_next/static/css/42b46dd3916d8a37.css
rel=preload
as=style
URL
/hub/_next/static/css/be569ac73c5208b2.css
rel=preload
as=style
cf-cache-status: MISS cf-ray: 9f5cbb4dbec305c3-IAD date: Sun, 03 May 2026 05:05:37 GMT link: </hub/_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </hub/_next/static/css/42b46dd3916d8a37.css>; rel=preload; as="style", </hub/_next/static/css/be569ac73c5208b2.css>; rel=preload; as="style"
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology