Open
Cached
·
4h ago
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
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
Transfer-Encoding
chunked
accept-ranges: bytes connection: close transfer-encoding: chunked
Caching Headers
Last-Modified
Sun, 10 May 2026 09:55:23 GMT
last-modified: Sun, 10 May 2026 09:55:23 GMT
Content Headers
Content-Md5
gpAQKUHFA+n7qvqEAw1dog==
Content-Type
text/html
content-md5: gpAQKUHFA+n7qvqEAw1dog== content-type: text/html
CORS Headers
Access-Control-Allow-Origin
*
Access-Control-Expose-Headers
Accept-Ranges,Content-Length,Content-MD5,Content-Type,Date,ETag,Last-Modified,Server,x-ms-request-id,x-ms-version
access-control-allow-origin: * access-control-expose-headers: Accept-Ranges,Content-Length,Content-MD5,Content-Type,Date,ETag,Last-Modified,Server,x-ms-request-id,x-ms-version
Cookies Headers
Other Headers
Date
Sun, 10 May 2026 22:39:06 GMT
Server-Timing
cfCacheStatus;desc="DYNAMIC", cfEdge;dur=43,cfOrigin;dur=353
X-Ms-Request-Id
dbf7a9c6-901e-003f-08cd-e031db000000
X-Ms-Version
2018-03-28
cf-cache-status: DYNAMIC cf-ray: 9f9c701f7c0682e4-IAD date: Sun, 10 May 2026 22:39:06 GMT server-timing: cfCacheStatus;desc="DYNAMIC", cfEdge;dur=43,cfOrigin;dur=353 x-ms-request-id: dbf7a9c6-901e-003f-08cd-e031db000000 x-ms-version: 2018-03-28
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching