Open
Cached
·
just now
13
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
Good
strict-origin-when-cross-origin
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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
Vary
Accept-Encoding
accept-ranges: bytes connection: close vary: Accept-Encoding
Caching Headers
Cache-Control
public, max-age=0
Etag
W/"2d76-1a025e830e8"
Last-Modified
Fri, 21 Aug 2026 19:59:29 GMT
cache-control: public, max-age=0 etag: W/"2d76-1a025e830e8" last-modified: Fri, 21 Aug 2026 19:59:29 GMT
Content Headers
Content-Length
11638
Content-Type
text/html; charset=UTF-8
content-length: 11638 content-type: text/html; charset=UTF-8
Server Headers
server: nginx/1.31.1 x-powered-by: Express
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sat, 22 Aug 2026 16:46:42 GMT
date: Sat, 22 Aug 2026 16:46:42 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology