Open
Cached
·
just now
16
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • 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
connection: close
Caching Headers
No caching headers found
Content Headers
Content-Length
275
Content-Type
application/xml
content-length: 275 content-type: application/xml
CORS Headers
Access-Control-Allow-Credentials
false
Access-Control-Allow-Methods
GET
Access-Control-Allow-Origin
*
Access-Control-Max-Age
86400
access-control-allow-credentials: false access-control-allow-methods: GET access-control-allow-origin: * access-control-max-age: 86400
Cookies Headers
Other Headers
Date
Thu, 02 Apr 2026 09:51:13 GMT
Timing-Allow-Origin
*, *
X-Amz-Bucket-Region
us-west-2
X-Origin-Src
uxf
date: Thu, 02 Apr 2026 09:51:13 GMT timing-allow-origin: *, * x-amz-bucket-region: us-west-2 x-amz-cf-id: 53TVrJ_nxnZnDGWLBvhKGb2flfMRfq8_Vki6LzczzCd4F5aoifsltQ== x-amz-cf-pop: ORD56-P16 x-origin-src: uxf
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching