Open
Cached
·
just now
17
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
Good
nosniff
Referrer-Policy
Missing
Not configured
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 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
connection: close transfer-encoding: chunked vary: Accept-Encoding
Caching Headers
Cache-Control
public, max-age=60, stale-while-revalidate=120, stale-if-error=86400, no-cache, no-store, must-revalidate
Expires
Tue, 24 Feb 2026 03:44:47 GMT
Pragma
public
cache-control: public, max-age=60, stale-while-revalidate=120, stale-if-error=86400, no-cache, no-store, must-revalidate expires: Tue, 24 Feb 2026 03:44:47 GMT pragma: public
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
X-Powered-By
URL Normalizer v1.11 (by JoomlaWorks) - https://www.joomlaworks.net
server: nginx x-powered-by: URL Normalizer v1.11 (by JoomlaWorks) - https://www.joomlaworks.net
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Tue, 24 Feb 2026 03:44:35 GMT
X-Content-Powered-By
K2 v2.16 (by JoomlaWorks)
X-Logged-In
False
X-Nginx-Upstream-Cache-Status
HIT
X-Server-Powered-By
Engintron
date: Tue, 24 Feb 2026 03:44:35 GMT x-content-powered-by: K2 v2.16 (by JoomlaWorks) x-logged-in: False x-nginx-upstream-cache-status: HIT x-server-powered-by: Engintron
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology