#Hi guys, my website is getting spammed with http requests making my server overload and crash.

60 messages · Page 1 of 1 (latest)

feral ginkgo
#

I had found a solution previously and that was enabling Security Level - High and whenever someone spammed too much, it gave them 403, but for normal users the requests were working normally and nothing was happening. Basically when you first enter the page, its SSR on first page so automatically you make a get request so someone is just spamming a fetch request on a loop and keep crashing my server. Cloudflare blocked it before with High mode security but now it passes through after trying to overload the website myself.

dim jewel
#

which waf rule was getting triggered? we have a similar issue where waf is blocking all traffic. 949110: Inbound Anomaly Score Exceeded

feral ginkgo
#

to be honest with you my issue is cloudflare security level high NOT blocking spam http requests

#

@dim jewel

feral ginkgo
#

I want to block traffic and give 403 for people who spam http requests

dim jewel
#

@feral ginkgo ah.. got it, thanks!

feral ginkgo
#

do you have any clue 😅

dim jewel
feral ginkgo
#

Before, it just didnt even let through a single http request when it came in a burst

#

Now its making it pass through so if someone makes a fetch loop wiith 10000 fetch atleast 500-600 goes through

#

and thats enough to cause an overload unfortunately cause of bad vps

dim jewel
#

I don't follow. try setting the request limit to a lower value eg. 3

feral ginkgo
#

its gonna make the normal user not be able to use the website

#

lol

dim jewel
#

which tier cloudflare license are you on

feral ginkgo
#

free dawg

#

im broke

dim jewel
#

do you get custom waf rules on free?

feral ginkgo
#

yes

dim jewel
#

you tried something like this?

#

make sure it's first in the rule order

#

10 second rate limit period might be an enterprise feature. do you have it or is it 1min

feral ginkgo
#

Fyi for custom waf doesnt have rate limiting features

dim jewel
#

well nut up the $20 bucks a month bru

feral ginkgo
#

Imma crack cloudflare

#

ofc

dim jewel
#

so you didn't actually try setting up a rate limit then. well there's your problem

feral ginkgo
#

I did setup rate limit

#

I have the brokie version

dim jewel
#

do it at the server

#

nginx/apache have functionality

feral ginkgo
dim jewel
#

change the block duration to longer than 10 seconds dingus

feral ginkgo
#

As I said

#

Brokie version

#

xDD

dim jewel
#

and don't match on verified bot. well you can if you setup the bot tagger. match on ip

feral ginkgo
#

im gonna check the

#

nginx /apache trik

#

trick

dim jewel
#

path

#

go download lmstudio and deepseek r1. ask that dude how to do it

#

freeee

feral ginkgo
#

hmmm

dim jewel
#

you really cant block longer than 10 seconds on free plan?

#

cloudflare are dicks

feral ginkgo
#

ikrr

#

idk what happend but after their dookie maintenance

#

security level broke down

#

OR they downgraded it

dim jewel
#

its been fubar the last 2 days

#

enterprise support is a joke

lucid trail
#

@feral ginkgo have you used any waf custom rules ? I think there is about 5 free 😊

feral ginkgo
#

i have used for my backend access for only whitelisted ips, and in general protection but i havent done anything for the frontend cause my ass dont wanna break sheet

#

i tried rate limitation nginx and it doesnt even work i followed 5000 documentation and 5000 videos. I just want to block too many requests at once so they cant overload my sheet

feral ginkgo
lucid trail
feral ginkgo
#

❤️