13 Headers

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
Sat, 08 Nov 2025 03:55:38 GMT
Via
Other
1.1 3525759642f1523427a2cbcea262ddba.cloudfront.net (CloudFront)
X-Amz-Cf-Id
Other
Irb8LXLyBAcdvYfFxwgeRRoDs4H82pT0gRUpP9qONdYZjGSzMVSPBg==
X-Amz-Cf-Pop
Other
IAD61-P6
X-Cache
Other
Error from cloudfront

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 155ms