Lexitaire / Privacy Policy / Analytics Details / Verify It Yourself

Verify the browser analytics payload yourself

No proxy, no certificate installs, no special tools — your browser's own DevTools already show every byte Lexitaire sends over the wire, in plain sight.

Why this is easy for the browser version

Native apps (iPhone/iPad/Apple TV) need a TLS-intercepting proxy to see this, since the request leaves the device already encrypted and DevTools has no window into it. The browser version has no such wall: your browser is both the thing sending the request AND the thing that can show it to you, decrypted, before it ever leaves. That's exactly what its Network panel is for.

Steps

  1. Open mintyfreshapps.com/lexitaire/web_game/ in Chrome, Firefox, Safari, or Edge.
  2. Open DevTools: Cmd+Option+I on a Mac, F12 or Ctrl+Shift+I on Windows/Linux, or right-click anywhere on the page → Inspect.
  3. Click the Network tab in the DevTools panel.
  4. (Optional but helpful) Type telemetry -method:OPTIONS into the Network panel's filter box, so only TelemetryDeck's own requests show up — the -method:OPTIONS part hides the browser's CORS preflight checks, which aren't the actual signal.
  5. Back in the game, tap tiles to spell any word, then tap the score circle to apply it.
  6. A new request to nom.telemetrydeck.com should appear in the Network list within a second or two. Click it.
  7. Click the Payload tab (older browsers may call this Request) in the detail pane that opens. Click view source (or the equivalent raw-text toggle) if you'd rather see the flat JSON than the expandable tree view.

What you should see: a JSON array containing one object with appID, clientUser, sessionID, type, and a payload object holding everything else. The word and score you just played will be right there in plain text, in the word and score fields. Everything else is TelemetryDeck's own standard set of coarse device/browser info (see the Analytics Details page for the full breakdown of what each field means) — no name, no IP address, no device identifier, no matter how closely you look.

Chrome DevTools Network panel showing the raw request payload for a word.applied signal, including the word EXTRADITIONS and score 240

A couple of things you might notice