Open
Cached
·
4h ago
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add X-Content-Type-Options: nosniff
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Age
24
Cache-Control
public, max-age=0, s-maxage=30, stale-while-revalidate
Etag
"108zpe78t9jklhv"
age: 24 cache-control: public, max-age=0, s-maxage=30, stale-while-revalidate etag: "108zpe78t9jklhv"
Content Headers
Content-Length
961174
Content-Type
text/html; charset=utf-8
content-length: 961174 content-type: text/html; charset=utf-8
Server Headers
server: istio-envoy x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Tue, 15 Sep 2026 13:00:15 GMT
Document-Policy
js-profiling
X-Mdb-Locale
en-us
X-Mdb-Url
/
date: Tue, 15 Sep 2026 13:00:15 GMT document-policy: js-profiling via: 1.1 3b66cea026f27925ba048cc96a0885ca.cloudfront.net (CloudFront) x-amz-cf-id: 6WFGPbp_cjcbDbG2XHFNPd3VaoqhvrPKT0wW765qAPo8VqFfjeVIzg== x-amz-cf-pop: IAD61-P10 x-cache: Hit from cloudfront x-envoy-upstream-service-time: 18 x-mdb-locale: en-us x-mdb-url: / x-nextjs-cache: HIT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology