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
Connection
Upgrade, close
Transfer-Encoding
chunked
Vary
Accept-Encoding
connection: Upgrade, close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
max-age=31536000, public
Etag
"2d7331862d488b80a39c704895510169"
Expires
Sat, 27 Mar 2027 15:30:26 GMT
Last-Modified
Fri, 27 Mar 2026 15:30:26 GMT
Pragma
public
cache-control: max-age=31536000, public etag: "2d7331862d488b80a39c704895510169" expires: Sat, 27 Mar 2027 15:30:26 GMT last-modified: Fri, 27 Mar 2026 15:30:26 GMT pragma: public
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: Apache/2.4.66 (Debian) x-powered-by: W3 Total Cache/2.9.3
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Fri, 27 Mar 2026 15:30:26 GMT
Upgrade
h2,h2c
date: Fri, 27 Mar 2026 15:30:26 GMT upgrade: h2,h2c
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology