20 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Missing
Not configured
Content-Security-Policy
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

2 headers
Connection
Performance
close
Vary
Performance
Origin

Caching Headers

1 headers
Etag
Caching
W/"c-Lve95gjOVATpfV8EL5X4nxwjKHE"

Content Headers

2 headers
Content-Length
Content
12
Content-Type
Content
text/html; charset=utf-8

Server Headers

1 headers
X-Powered-By
Server
Express

CORS Headers

2 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Expose-Headers
Cors
x-ratelimit-limit-short,x-ratelimit-remaining-short,x-ratelimit-reset-short,x-ratelimit-limit-medium,x-ratelimit-remaining-medium,x-ratelimit-reset-medium,x-ratelimit-limit-long,x-ratelimit-remaining-long,x-ratelimit-reset-long

Cookies Headers

0 headers
No cookies headers found

Other Headers

12 headers
Alt-Svc
Other
h3=":443"; ma=2592000
Date
Other
Thu, 27 Nov 2025 09:52:08 GMT
Via
Other
1.1 Caddy
X-Ratelimit-Limit-Long
Other
200
X-Ratelimit-Limit-Medium
Other
20
X-Ratelimit-Limit-Short
Other
5
X-Ratelimit-Remaining-Long
Other
199
X-Ratelimit-Remaining-Medium
Other
19
X-Ratelimit-Remaining-Short
Other
4
X-Ratelimit-Reset-Long
Other
60
X-Ratelimit-Reset-Medium
Other
10
X-Ratelimit-Reset-Short
Other
1

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Consider removing X-Powered-By header to hide server technology

Analysis completed in 294ms