Open
Cached
·
just now
13
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
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Cache-Control
no-cache,no-store
cache-control: no-cache,no-store
Content Headers
Content-Length
168
Content-Type
application/json
content-length: 168 content-type: application/json
Server Headers
No server headers found
CORS Headers
Access-Control-Allow-Headers
Content-Type, Authorization, X-Auth-Token, Customer-Session
Access-Control-Allow-Methods
GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin
*
Access-Control-Max-Age
300
access-control-allow-headers: Content-Type, Authorization, X-Auth-Token, Customer-Session access-control-allow-methods: GET, POST, PUT, DELETE, OPTIONS access-control-allow-origin: * access-control-max-age: 300
Cookies Headers
Other Headers
Date
Sat, 28 Mar 2026 15:09:37 GMT
Request-Id
213731af05d2a54da61474e4415bb50c
date: Sat, 28 Mar 2026 15:09:37 GMT request-id: 213731af05d2a54da61474e4415bb50c
Recommendations
Enable compression (gzip/brotli) to improve performance