Hello Cloud Run (latest dev)

A simple web server for testing and debugging web infrastructure.

Connection Information

HTTP client summary
{
  "ip": "::ffff:169.254.169.126",
  "method": "GET",
  "hostname": "dev.hello.kiste.li",
  "httpVersion": "1.1",
  "userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
  "referer": null,
  "mimeType": "*/*",
  "language": null,
  "encoding": "gzip, br, zstd, deflate",
  "charset": null,
  "proxy": null,
  "forwarded": "216.73.216.1"
}
HTTP headers and trailers
{
  "headers": {
    "host": "dev.hello.kiste.li",
    "accept": "*/*",
    "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "x-cloud-trace-context": "0eefb2e02ad5fe1143a062fd7b08ee94/4548683984061755994",
    "x-forwarded-proto": "https",
    "traceparent": "00-0eefb2e02ad5fe1143a062fd7b08ee94-3f202bfbc982725a-00",
    "x-forwarded-for": "216.73.216.1",
    "forwarded": "for=\"216.73.216.1\";proto=https",
    "accept-encoding": "gzip, br, zstd, deflate"
  },
  "trailers": {}
}
server config
{
  "version": "2.0.0-rc.3",
  "startupTime": "2026-05-11T09:21:30.144Z",
  "httpPort": "8080",
  "basePath": "/",
  "content": {
    "appName": "hello-world-web",
    "appVersion": "2.0.0-rc.3",
    "appUrl": "https://github.com/eins78/hello-world-web",
    "appTitle": "Hello Cloud Run (latest dev)",
    "appDescription": "A simple web server for testing and debugging web infrastructure.",
    "ciRunUrl": "https://github.com/eins78/hello-world-web/actions/runs/25430391120",
    "ciRunNumber": "384",
    "ciCommitSha": "d740a2f133ac1d8d8aaf9d84d9cdb787396a3c16",
    "ciCommitShortSha": "d740a2f",
    "ciDockerImage": "sha-d740a2f133ac1d8d8aaf9d84d9cdb787396a3c16",
    "garProjectId": "hello-world-web-474516",
    "garLocation": "europe-west6",
    "garRepository": "hello-world-web",
    "garImageName": "hello-world-web"
  }
}

HTML Demos

HTTP API

name method path description
config GET /api/config config as shown above
client GET /api/client client info as shown above
time GET /api/time current time, e.g. "2001-01-01T01:01:01.001Z"