You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): resolve V2 API 429 rate limit during authentication
The V2 API signon endpoint now requires additional headers to avoid
429 rate limiting at the AWS ELB level:
- Add Origin: https://ticktick.com header
- Add Referer: https://ticktick.com/ header
- Update X-Device header to use full web app format (os, device, channel, etc.)
The version number in X-Device is NOT strictly validated - the original
6430 works fine. The key fix is the Origin/Referer headers and the full
X-Device structure.
Fixes#33
0 commit comments