24 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15724800; includeSubDomains
Content-Security-Policy
Basic
default-src; script-src; style-src; +10 more
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • Consider adding Permissions-Policy to control browser features

Performance Headers

1 headers
Connection
Performance
keep-alive

Caching Headers

0 headers
No caching headers found

Content Headers

2 headers
Content-Length
Content
214
Content-Type
Content
application/json; charset=utf-8

Server Headers

0 headers
No server headers found

CORS Headers

5 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Allow-Headers
Cors
Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Length,Access-Control-Allow-Origin,Accept-Language,Authorization,Time-Zone,X-Api-Key,X-Accept-Language,DNT,X-Account,Apollographql-Client-Version,Apollographql-Client-Name,Client-Name,Client-Version,Client-Platform,Client-Serial,X-Accept-Language,Time-Zone
Access-Control-Allow-Methods
Cors
PUT, GET, POST, OPTIONS, DELETE
Access-Control-Allow-Origin
Cors
*
Access-Control-Max-Age
Cors
1728000

Cookies Headers

0 headers
No cookies headers found

Other Headers

8 headers
Date
Other
Wed, 12 Nov 2025 02:26:46 GMT
Origin-Agent-Cluster
Other
?1
X-Dns-Prefetch-Control
Other
off
X-Download-Options
Other
noopen
X-Permitted-Cross-Domain-Policies
Other
none
X-Ratelimit-Limit
Other
60
X-Ratelimit-Remaining
Other
59
X-Ratelimit-Reset
Other
60

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 417ms