Open
Cached
·
just now
16
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
Missing
Not configured
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 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
Accept-Ranges
bytes
Connection
close
Vary
x-fh-requested-host, accept-encoding
accept-ranges: bytes connection: close vary: x-fh-requested-host, accept-encoding
Caching Headers
Etag
W/"1f-GcQGnzQd+9jGVOigahdJl6MiIYE"
etag: W/"1f-GcQGnzQd+9jGVOigahdJl6MiIYE"
Content Headers
Content-Length
31
Content-Type
application/json; charset=utf-8
content-length: 31 content-type: application/json; charset=utf-8
Server Headers
server: Google Frontend x-powered-by: Express
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Sun, 29 Mar 2026 18:30:57 GMT
X-Cache
MISS
X-Cache-Hits
0
X-Cloud-Trace-Context
45be81e649f5f2b5c00763200da29e9e;o=1
X-Served-By
cache-ewr-kewr1740064-EWR
X-Timer
S1774809056.249809,VS0,VE1579
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 date: Sun, 29 Mar 2026 18:30:57 GMT x-cache: MISS x-cache-hits: 0 x-cloud-trace-context: 45be81e649f5f2b5c00763200da29e9e;o=1 x-served-by: cache-ewr-kewr1740064-EWR x-timer: S1774809056.249809,VS0,VE1579
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