13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Consider adding 'preload' to HSTS for maximum security
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

3 headers
Connection
Performance
Upgrade, close
Transfer-Encoding
Performance
chunked
Vary
Performance
Origin

Caching Headers

1 headers
Cache-Control
Caching
no-cache, private

Content Headers

1 headers
Content-Type
Content
text/plain; charset=UTF-8

Server Headers

1 headers
Server
Server
Apache

CORS Headers

3 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Allow-Headers
Cors
x-requested-with, Content-Type, origin, Authorization, accept, client-security-token, X-CSRF-Token, X-USER-SESSION-TOKEN, Set-Cookie, withCredentials, api-key, X-Cookie
Access-Control-Allow-Methods
Cors
POST, GET, PUT, OPTIONS, PATCH, DELETE

Cookies Headers

0 headers
No cookies headers found

Other Headers

2 headers
Date
Other
Mon, 24 Nov 2025 09:54:28 GMT
Upgrade
Other
h2,h2c

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 189ms