Open
Cached
·
just now
14
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
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
- • Significantly strengthen CSP directives
- • 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
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
no-store, no-cache, must-revalidate
Expires
Tue, 01 Jan 2002 00:00:00 GMT
Pragma
no-cache
cache-control: no-store, no-cache, must-revalidate expires: Tue, 01 Jan 2002 00:00:00 GMT pragma: no-cache
Content Headers
Content-Type
text/html; charset=ISO-8859-1;
content-type: text/html; charset=ISO-8859-1;
Server Headers
server: Apache x-powered-by: PHP/8.0.30
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Wed, 25 Mar 2026 21:20:50 GMT
X-Clacks-Overhead
GNU Terry Pratchett, GNU Rhys Smith
date: Wed, 25 Mar 2026 21:20:50 GMT x-clacks-overhead: GNU Terry Pratchett, GNU Rhys Smith
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology