Open
Cached
·
just now
11
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
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
Connection
close
Vary
Origin
connection: close vary: Origin
Caching Headers
No caching headers found
Content Headers
Content-Length
147
Content-Type
application/json
content-length: 147 content-type: application/json
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Headers
origin, x-requested-with, accept, content-type
Access-Control-Allow-Methods
GET, PUT, POST, OPTIONS
Access-Control-Allow-Origin
Access-Control-Max-Age
3628800
access-control-allow-headers: origin, x-requested-with, accept, content-type access-control-allow-methods: GET, PUT, POST, OPTIONS access-control-allow-origin: access-control-max-age: 3628800
Cookies Headers
Other Headers
Date
Thu, 09 Apr 2026 13:14:08 GMT
date: Thu, 09 Apr 2026 13:14:08 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching