Open
Cached
·
just now
12
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15768000;
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
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Etag
W/"d42-bbJA/02f2Hr9buXGaXRz8ZqNK0o"
etag: W/"d42-bbJA/02f2Hr9buXGaXRz8ZqNK0o"
Content Headers
Content-Length
3394
Content-Type
text/html; charset=utf-8
content-length: 3394 content-type: text/html; charset=utf-8
Server Headers
server: nginx/1.20.0 x-powered-by: Express
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sat, 01 Aug 2026 03:36:55 GMT
date: Sat, 01 Aug 2026 03:36:55 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Consider removing X-Powered-By header to hide server technology