429 too many requests
I've been getting 429ed recently on URLs in production via my Cloudflare Worker. However, I'm not facing this issue in development. In the error message, I just see the URL requested over and over, like it's trying to redirect, but not.
I searched inside this channel before posting and I have changed SSL to
The reference post is workers-and-pages-helpToo many redirects when making fetch requests from a worker
I'm not sure where else to go from there. Any help would be appreciated. Thanks.
I searched inside this channel before posting and I have changed SSL to
Strict (Full). The domain I'm running the worker on is proxied through Cloudflare as the domain is on Cloudflare. I saw something about that.The reference post is workers-and-pages-helpToo many redirects when making fetch requests from a worker
I'm not sure where else to go from there. Any help would be appreciated. Thanks.