asp
CDCloudflare Developers
•Created by aKaa on 1/29/2024 in #general-help
Can't make the "rate limiting" to work
Try manually editing expression to
http.request.uri.query contains "plugin_update"
. I don't recall if free plan can use that field.8 replies
CDCloudflare Developers
•Created by aKaa on 1/29/2024 in #general-help
Can't make the "rate limiting" to work
What is the domain?
8 replies
CDCloudflare Developers
•Created by asp on 2/2/2024 in #general-help
Worker subrequest analytics spiking?
3 replies
CDCloudflare Developers
•Created by asp on 2/2/2024 in #general-help
Worker subrequest analytics spiking?
Each request results in one subrequest (or two in case of an error, due to
ctx.passThroughOnException()
). The incoming traffic is very steady, but the subrequests are aggregated in spikes every few minutes.3 replies