Open
Cached
·
just now
13
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
Missing
Not configured
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 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
Accept-Ranges
bytes
Connection
close
accept-ranges: bytes connection: close
Caching Headers
Cache-Control
no-cache
Etag
"6a9e9333-14c9"
Expires
Mon, 07 Sep 2026 13:48:38 GMT
Last-Modified
Mon, 07 Sep 2026 10:34:27 GMT
cache-control: no-cache etag: "6a9e9333-14c9" expires: Mon, 07 Sep 2026 13:48:38 GMT last-modified: Mon, 07 Sep 2026 10:34:27 GMT
Content Headers
Content-Length
5321
Content-Type
text/html
content-length: 5321 content-type: text/html
CORS Headers
Access-Control-Allow-Headers
Authorization, Content-Type
Access-Control-Allow-Methods
GET, POST, OPTIONS
access-control-allow-headers: Authorization, Content-Type access-control-allow-methods: GET, POST, OPTIONS
Cookies Headers
Other Headers
date: Mon, 07 Sep 2026 13:48:39 GMT x-envoy-upstream-service-time: 0
Recommendations
Enable compression (gzip/brotli) to improve performance