browser_origin_forbidden
Requests that include a browser Origin header are rejected.
What to do
- Move all
/v1calls to your backend (Node, Python, Go, etc.). - Never embed
X-Tecron-Secretin frontend bundles or mobile apps that ship to customers. - If a proxy or CDN injects
Origin, strip it before the request reaches Tecron, or call from a server that does not sendOrigin. - Use the dashboard JWT APIs for interactive browser workflows — not public API keys.