Open
Cached
·
6h ago
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31557600
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
Accept-Ranges
bytes
Connection
close
accept-ranges: bytes connection: close
Caching Headers
Etag
"69f8ff41-10488"
Last-Modified
Mon, 04 May 2026 20:19:13 GMT
etag: "69f8ff41-10488" last-modified: Mon, 04 May 2026 20:19:13 GMT
Content Headers
Content-Length
66696
Content-Type
text/html
content-length: 66696 content-type: text/html
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Allow
GET, PUT, POST, DELETE, HEAD, OPTIONS
Alt-Svc
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Thu, 07 May 2026 08:55:42 GMT
X-Cache
MISS, MISS
X-Cache-Hits
0, 0
X-Served-By
cache-iad-kcgs7200059-IAD, cache-iad-kjyo7100140-IAD
allow: GET, PUT, POST, DELETE, HEAD, OPTIONS alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 date: Thu, 07 May 2026 08:55:42 GMT via: 1.1 varnish x-cache: MISS, MISS x-cache-hits: 0, 0 x-served-by: cache-iad-kcgs7200059-IAD, cache-iad-kjyo7100140-IAD
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching