Open
Cached
·
just now
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • 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
connection: close
Caching Headers
Cache-Control
no-cache
Expires
-1
cache-control: no-cache expires: -1
Content Headers
Content-Length
5294
Content-Type
text/html; charset=utf-8
content-length: 5294 content-type: text/html; charset=utf-8
CORS Headers
Access-Control-Allow-Methods
GET,POST,PUT,DELETE,OPTIONS, POST, GET, PUT, OPTIONS, DELETE
Access-Control-Allow-Origin
*
access-control-allow-methods: GET,POST,PUT,DELETE,OPTIONS, POST, GET, PUT, OPTIONS, DELETE access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sat, 11 Apr 2026 12:48:28 GMT
Loginradius-Location
US1
P3p
CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
Requestid
123150f8-5f8a-484a-a52b-ba9838354775
X-Loginradius-Server
US-East, Primary - IDX - AWS
X-Server
ms_core_idx_primary
date: Sat, 11 Apr 2026 12:48:28 GMT loginradius-location: US1 p3p: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT" requestid: 123150f8-5f8a-484a-a52b-ba9838354775 x-loginradius-server: US-East, Primary - IDX - AWS x-server: ms_core_idx_primary
Recommendations
Enable compression (gzip/brotli) to improve performance