Mobile API

Mobile Backend

The docs tell the frontend to trust a custom mobile header, and the preview can hit an admin route by replaying it directly from the browser.


  

Expected Findings

  • Custom header bypass unlocks admin data.
  • Versioned mobile endpoints expose internal notes.

Signals

Header Trust
if req.header["X-Mobile-Debug"] == "let-me-in" { bypassAuth() }