#Cloudflare Rate Limiting & Static Resource Delivery

12 messages · Page 1 of 1 (latest)

wooden crystal
#

Hello, I have my site behind cloudflares reverse proxy, but I'm encountering a slight problem. When a user visits my site, for instance they visit /login, and then that fetches the following files /static/nav/style.css /static/footer/style.css /static/login/style.cc
/static/nav/script.js /static/footer/script.js /static/login/script.js

Is this going to result in the user getting ratelimited/ I keep getting this a lot on my own site, but I thought I had rate limiting disabled.

magic grotto
#

Is this going to result in the user getting ratelimited/ I keep getting this a lot on my own site, but I thought I had rate limiting disabled.
If you don't have rate limiting enabled, it shouldn't. They are some rate limits for like thousands of requests from a single IP, but you shouldn't be hitting them. If that's your site, what do you see under Security -> Events (you can add filter for that RayID as well, and see what blocked it)

wooden crystal
#

Here are my WAF rules, page rules, and rate limiting rules

magic grotto
# wooden crystal

ahh I remember someone running into this before. That old previous rate limiting rules section shouldn't be showing unless you do have a rule created, but for some reason you need to click Enable Rate limiting rules, and go through that, to see the existing rule

wooden crystal
#

Thank you so much, that was sooooo annoying to find

magic grotto
#

Nice! Yea that's really silly, hiding behind an enable button

wooden crystal
#

20 requests per 10 seconds is still pretty impressive that I'm hitting that but that solved my issue