Open
Cached
·
just now
17
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/"b-Llk9MhOB5IvlQq+dP4zP+q4YsEQ"
etag: W/"b-Llk9MhOB5IvlQq+dP4zP+q4YsEQ"
Content Headers
Content-Length
11
Content-Type
text/html; charset=utf-8
content-length: 11 content-type: text/html; 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, 10 May 2026 04:02:10 GMT
X-Cache
MISS
X-Cache-Hits
0
X-Cloud-Trace-Context
c5239e763bf2dd022cd0d6585c20ed0f
X-Served-By
cache-pdk-kpdk2140024-PDK
X-Timer
S1778385729.020586,VS0,VE1410
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 date: Sun, 10 May 2026 04:02:10 GMT fastly-restarts: 1 x-cache: MISS x-cache-hits: 0 x-cloud-trace-context: c5239e763bf2dd022cd0d6585c20ed0f x-served-by: cache-pdk-kpdk2140024-PDK x-timer: S1778385729.020586,VS0,VE1410
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