Open
Cached
·
just now
13
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • 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
Connection
close
Transfer-Encoding
chunked
Vary
Accept-Encoding, Accept-Encoding,User-Agent
connection: close transfer-encoding: chunked vary: Accept-Encoding, Accept-Encoding,User-Agent
Caching Headers
Cache-Control
max-age=0
Expires
Mon, 11 May 2026 03:11:28 GMT
Last-Modified
Mon, 11 May 2026 01:45:54 GMT
cache-control: max-age=0 expires: Mon, 11 May 2026 03:11:28 GMT last-modified: Mon, 11 May 2026 01:45:54 GMT
Content Headers
Content-Type
text/html; charset=UTF-8
content-type: text/html; charset=UTF-8
Server Headers
server: nginx x-powered-by: PHP/8.2.30, PleskLin
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 11 May 2026 03:11:30 GMT
date: Mon, 11 May 2026 03:11:30 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology