Open
Cached
·
just now
17
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
Content-Security-Policy-Report-Only
Basic
default-src; script-src; script-src-elem; +12 more
Analyze
X-Frame-Options
Excellent
DENY
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • 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
connection: close
Caching Headers
Age
0
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
Etag
"13jefhfk4s84hy"
age: 0 cache-control: private, no-cache, no-store, max-age=0, must-revalidate etag: "13jefhfk4s84hy"
Content Headers
Content-Length
5830
Content-Type
text/html; charset=utf-8
content-length: 5830 content-type: text/html; charset=utf-8
Server Headers
server: Vercel x-powered-by: Next.js
CORS Headers
Access-Control-Allow-Origin
https://highnote.com
access-control-allow-origin: https://highnote.com
Cookies Headers
Other Headers
Date
Mon, 04 May 2026 01:53:51 GMT
X-Matched-Path
/en-US
date: Mon, 04 May 2026 01:53:51 GMT x-matched-path: /en-US x-vercel-cache: MISS x-vercel-id: iad1::iad1::25vt8-1777859631227-6a1d76b1b281
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology