HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000; includeSubdomains;
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
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • 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
keep-alive
Transfer-Encoding
Performance
chunked

Caching Headers

3 headers
Cache-Control
Caching
max-age=0, no-cache, no-store
Expires
Caching
0
Pragma
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
application/json

Server Headers

1 headers
Server
Server
openresty

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

5 headers
Date
Other
Thu, 06 Nov 2025 22:54:26 GMT
Via
Other
1.1 a850d68235a878d4462160636ae108a6.cloudfront.net (CloudFront)
X-Amz-Cf-Id
Other
Cy2ooTmfdj2nnraDY0X3c1uDAsg_ieWHRT5_cqStvzvpidNp9pJlQw==
X-Amz-Cf-Pop
Other
IAD89-P4
X-Cache
Other
Error from cloudfront

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 473ms