Open
Cached
·
just now
12
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
browsing-topics=()
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 X-Content-Type-Options: nosniff
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
Performance Headers
Connection
close
Vary
Origin, Accept-Encoding
connection: close vary: Origin, Accept-Encoding
Caching Headers
Etag
W/"5e-8JK2Mr9IXbLb34pfOnfwyJiNHws"
etag: W/"5e-8JK2Mr9IXbLb34pfOnfwyJiNHws"
Content Headers
Content-Length
94
Content-Type
application/json; charset=utf-8
content-length: 94 content-type: application/json; charset=utf-8
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Expose-Headers
Content-Type,Transfer-Encoding,Content-Length
access-control-allow-credentials: true access-control-expose-headers: Content-Type,Transfer-Encoding,Content-Length
Cookies Headers
Other Headers
Date
Fri, 03 Apr 2026 00:17:14 GMT
X-Handled-Exception
true
date: Fri, 03 Apr 2026 00:17:14 GMT x-handled-exception: true
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Consider removing X-Powered-By header to hide server technology