🪤 lifehack device trap

Open this on each device (iPhone / iPad / laptop). Everything captured is logged server-side.

What the server sees (HTTP + TLS)

{
  "at": "2026-07-12T12:45:50.927Z",
  "ip": "216.73.216.115",
  "forwardedFor": "216.73.216.115",
  "method": "GET",
  "url": "/sitemap.xml",
  "httpVersion": "1.1",
  "tls": {
    "protocol": "TLSv1.3",
    "cipher": "TLS_AES_256_GCM_SHA384",
    "ja3": null
  },
  "ua": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
  "secChUa": null,
  "secChUaMobile": null,
  "secChUaPlatform": null,
  "acceptLanguage": null,
  "accept": "*/*",
  "acceptEncoding": "gzip, br, zstd, deflate",
  "dnt": null,
  "allHeaders": {
    "host": "lifehack.uphasia.co",
    "x-real-ip": "216.73.216.115",
    "x-forwarded-for": "216.73.216.115",
    "x-forwarded-proto": "https",
    "x-tls-protocol": "TLSv1.3",
    "x-tls-cipher": "TLS_AES_256_GCM_SHA384",
    "connection": "close",
    "accept": "*/*",
    "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "accept-encoding": "gzip, br, zstd, deflate"
  }
}

What the browser reveals (JavaScript)

collecting…