Open
Cached
·
3h ago
14
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
X-Frame-Options
Excellent
DENY
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 Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
connection: close
Caching Headers
No caching headers found
Content Headers
Content-Length
21
Content-Type
text/plain; charset=utf-8
content-length: 21 content-type: text/plain; charset=utf-8
Server Headers
server: Google Frontend x-powered-by: Dart with package:shelf
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 07 Sep 2026 05:49:17 GMT
Traceparent
00-0f30f442807063d952569f5945dbbac1-c3e48077ee10b742-01
X-Cloud-Trace-Context
0f30f442807063d952569f5945dbbac1;o=1
X-Request-Id
req-1788760157644-3b09337b
date: Mon, 07 Sep 2026 05:49:17 GMT traceparent: 00-0f30f442807063d952569f5945dbbac1-c3e48077ee10b742-01 x-cloud-trace-context: 0f30f442807063d952569f5945dbbac1;o=1 x-request-id: req-1788760157644-3b09337b
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