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
No caching headers found
Content Headers
Content-Length
12
Content-Type
text/html
content-length: 12 content-type: text/html
Server Headers
server: Google Frontend x-powered-by: Express
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Mon, 23 Feb 2026 17:24:15 GMT
Function-Execution-Id
i6me683q9tfk
Www-Authenticate
Basic realm="Authorization Required"
X-Cache
MISS
X-Cache-Hits
0
X-Cloud-Trace-Context
0c2fd4547f010d7c6cf7b5515135d9df;o=1
X-Served-By
cache-iad-kcgs7200129-IAD
X-Timer
S1771867454.984242,VS0,VE1214
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 date: Mon, 23 Feb 2026 17:24:15 GMT function-execution-id: i6me683q9tfk www-authenticate: Basic realm="Authorization Required" x-cache: MISS x-cache-hits: 0 x-cloud-trace-context: 0c2fd4547f010d7c6cf7b5515135d9df;o=1 x-served-by: cache-iad-kcgs7200129-IAD x-timer: S1771867454.984242,VS0,VE1214
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