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.128"
}
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": "489e6bb6ae253411c30d74518752efb7/16461196161691538410",
    "x-forwarded-proto": "https",
    "traceparent": "00-489e6bb6ae253411c30d74518752efb7-e471eab1a3a5d3ea-00",
    "x-forwarded-for": "216.73.216.128",
    "forwarded": "for=\"216.73.216.128\";proto=https",
    "accept-encoding": "gzip, br, zstd, deflate"
  },
  "trailers": {}
}
server config
{
  "version": "2.0.0-rc.3",
  "startupTime": "2025-12-06T04:42:30.155Z",
  "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/19959481005",
    "ciRunNumber": "169",
    "ciCommitSha": "68354e0a6a53881e67df15cc8b83011886bcaf0b",
    "ciCommitShortSha": "68354e0",
    "ciDockerImage": "sha-68354e0a6a53881e67df15cc8b83011886bcaf0b",
    "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"