Open
Cached
·
just now
19
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
Vary
Accept-Encoding
accept-ranges: bytes connection: close vary: Accept-Encoding
Caching Headers
Age
0
Etag
"6537b7c7-931"
Last-Modified
Tue, 24 Oct 2023 12:25:43 GMT
age: 0 etag: "6537b7c7-931" last-modified: Tue, 24 Oct 2023 12:25:43 GMT
Content Headers
Content-Length
2353
Content-Type
text/html
content-length: 2353 content-type: text/html
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type
Access-Control-Allow-Methods
GET, POST, OPTIONS
Access-Control-Allow-Origin
*
access-control-allow-credentials: true access-control-allow-headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type access-control-allow-methods: GET, POST, OPTIONS access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sat, 15 Aug 2026 21:10:19 GMT
X-Cache
HIT, MISS
X-Cache-Hits
10, 0
X-Served-By
cache-iad-kjyo7100122-IAD, cache-nyc-kteb1890097-NYC
X-Timer
S1786828220.864913,VS0,VE8
date: Sat, 15 Aug 2026 21:10:19 GMT via: 1.1 google, 1.1 varnish, 1.1 varnish x-cache: HIT, MISS x-cache-hits: 10, 0 x-served-by: cache-iad-kjyo7100122-IAD, cache-nyc-kteb1890097-NYC x-timer: S1786828220.864913,VS0,VE8
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching