Open
Cached
·
just now
12
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
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 X-Content-Type-Options: nosniff
- • 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
Cache-Control
private, max-age=0, must-revalidate
Etag
"62f79b3d1f5e7622e521311c1495307f"
cache-control: private, max-age=0, must-revalidate etag: "62f79b3d1f5e7622e521311c1495307f"
Content Headers
Content-Length
2998
Content-Type
text/html; charset=utf-8
content-length: 2998 content-type: text/html; charset=utf-8
Server Headers
Server
Mongrel 1.1.5
X-Runtime
0.00486
server: Mongrel 1.1.5 x-runtime: 0.00486
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sat, 11 Apr 2026 07:50:32 GMT
Status
200 OK
date: Sat, 11 Apr 2026 07:50:32 GMT status: 200 OK
Recommendations
Enable compression (gzip/brotli) to improve performance