Open
Cached
·
10h ago
13
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15552000; includeSubDomains
X-Frame-Options
Missing
Not configured
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
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
Upgrade, close
Vary
User-Agent,Accept-Encoding
accept-ranges: bytes connection: Upgrade, close vary: User-Agent,Accept-Encoding
Caching Headers
Cache-Control
max-age=0, public
Expires
Mon, 18 May 2026 00:52:30 GMT
cache-control: max-age=0, public expires: Mon, 18 May 2026 00:52:30 GMT
Content Headers
Content-Length
107949
Content-Type
text/html; charset=UTF-8
content-length: 107949 content-type: text/html; charset=UTF-8
Server Headers
server: Apache x-powered-by: WP Rocket/3.21.2
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 18 May 2026 00:52:30 GMT
Upgrade
h2,h2c
date: Mon, 18 May 2026 00:52:30 GMT upgrade: h2,h2c
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology