When launching Cursor with an HTTP/HTTPS proxy (e.g. local Clash on 127.0.0.1:7892 via --proxy-server=http://127.0.0.1:7892), the in-app Usage panel fails to load usage data (blank UI or “Failed to load usage data”).
At the same time, direct HTTPS to Cursor API hosts works, but the same request through the HTTP proxy fails TLS (SSL_ERROR_SYSCALL / connection failure).
Steps to Reproduce
Enable local HTTP proxy on 127.0.0.1:7892 (Clash).
Start Cursor with Chromium proxy: /Applications/Cursor.app/Contents/MacOS/Cursor --proxy-server=http://127.0.0.1:7892
Open Cursor Settings → Usage (or wherever usage is shown).
Observe: usage does not load / error message.
Expected Behavior
Usage statistics should load reliably regardless of whether the user routes general traffic through a local HTTP proxy, or the app should clearly document which domains must bypass the proxy for billing/usage APIs.