Open
Cached
·
just now
16
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Weak
max-age=0
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
Connection
close
Vary
accept-encoding
connection: close vary: accept-encoding
Caching Headers
Cache-Control
no-store, must-revalidate, max-age=0
Expires
0
Pragma
no-cache
cache-control: no-store, must-revalidate, max-age=0 expires: 0 pragma: no-cache
Content Headers
Content-Length
205
Content-Type
application/problem+json
content-length: 205 content-type: application/problem+json
CORS Headers
Access-Control-Allow-Headers
Accept, Content-Type, X-API-Key, X-Device-UUID, X-Session, X-Language, X-Customer-Culture
Access-Control-Allow-Methods
HEAD, GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin
*
Access-Control-Max-Age
86400
access-control-allow-headers: Accept, Content-Type, X-API-Key, X-Device-UUID, X-Session, X-Language, X-Customer-Culture access-control-allow-methods: HEAD, GET, POST, PUT, DELETE, OPTIONS access-control-allow-origin: * access-control-max-age: 86400
Cookies Headers
Other Headers
Date
Fri, 04 Sep 2026 02:57:26 GMT
cf-cache-status: BYPASS cf-ray: a359ba0bb978c76b-IAD date: Fri, 04 Sep 2026 02:57:26 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance