Getting a 'too many requests error' – How do I fix or avoid this? or Why am I seeing a 'too many requ

14 Replies, 1843 Views

For the too many requests error, caching is your best friend.

I use Cloudflare Workers to cache API responses at the edge. Saves requests and speeds things up.

Also, if you’re coding, log your request counts. Easy to lose track and hit limits accidentally.

Most APIs forgive you after a few minutes, but some (like Twitter) can be strict.

Messages In This Thread



Users browsing this thread: 1 Guest(s)