Open
Cached
·
just now
14
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
Good
no-referrer-when-downgrade
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
accept-ranges: bytes connection: close
Caching Headers
Cache-Control
max-age=3600, public
Etag
"63e12408-1ef03"
Expires
Thu, 07 May 2026 17:05:23 GMT
Last-Modified
Mon, 06 Feb 2023 16:00:08 GMT
Pragma
public
cache-control: max-age=3600, public etag: "63e12408-1ef03" expires: Thu, 07 May 2026 17:05:23 GMT last-modified: Mon, 06 Feb 2023 16:00:08 GMT pragma: public
Content Headers
Content-Length
126723
Content-Type
text/html
content-length: 126723 content-type: text/html
Server Headers
server: nginx x-powered-by: W3 Total Cache/2.1.2
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Thu, 07 May 2026 16:05:23 GMT
date: Thu, 07 May 2026 16:05:23 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology