Open
Cached
·
just now
18
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
connection: close
Caching Headers
Cache-Control
no-cache, no-store, must-revalidate
Expires
Thu, 19 Nov 1981 08:52:00 GMT
Pragma
no-cache
cache-control: no-cache, no-store, must-revalidate expires: Thu, 19 Nov 1981 08:52:00 GMT pragma: no-cache
Content Headers
Content-Length
9851
Content-Type
text/html; charset=UTF-8
content-length: 9851 content-type: text/html; charset=UTF-8
Server Headers
server: Apache/2.4.51 (FreeBSD) OpenSSL/1.1.1d-freebsd mod_fcgid/2.3.9 x-powered-by: PHP/7.4.16
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sun, 03 May 2026 02:26:34 GMT
X-Download-Options
noopen
X-Permitted-Cross-Domain-Policies
none
X-Robots-Tag
none
date: Sun, 03 May 2026 02:26:34 GMT x-download-options: noopen x-permitted-cross-domain-policies: none x-robots-tag: none
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology