16 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Missing
Not configured
Content-Security-Policy
Missing
Not configured Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
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
Performance
bytes
Connection
Performance
close
Vary
Performance
x-fh-requested-host, accept-encoding

Caching Headers

No caching headers found

Content Headers

Content-Length
Content
12
Content-Type
Content
text/html

Server Headers

Server
Server
Google Frontend
X-Powered-By
Server
Express

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Alt-Svc
Other
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Other
Mon, 23 Feb 2026 17:24:15 GMT
Function-Execution-Id
Other
i6me683q9tfk
Www-Authenticate
Other
Basic realm="Authorization Required"
X-Cache
Other
MISS
X-Cache-Hits
Other
0
X-Cloud-Trace-Context
Other
0c2fd4547f010d7c6cf7b5515135d9df;o=1
X-Served-By
Other
cache-iad-kcgs7200129-IAD
X-Timer
Other
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