14 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=3104000
Content-Security-Policy
Weak
frame-ancestors
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Significantly strengthen CSP directives
  • 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

1 headers
Transfer-Encoding
Performance
chunked

Caching Headers

0 headers
No caching headers found

Content Headers

1 headers
Content-Type
Content
application/json; charset=UTF-8

Server Headers

1 headers
Server
Server
nginx

CORS Headers

5 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Allow-Headers
Cors
X-Access-Token, X-Requested-With, Content-Type, Accept, Origin
Access-Control-Allow-Methods
Cors
GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin
Cors
Access-Control-Max-Age
Cors
5

Cookies Headers

0 headers
No cookies headers found

Other Headers

3 headers
Alt-Svc
Other
clear
Date
Other
Wed, 12 Nov 2025 11:41:10 GMT
Via
Other
1.1 google

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 69ms