hris
hris
CDCloudflare Developers
Created by hris on 7/3/2024 in #general-help
cloudflare rate limit rules
i have setup a rate limiting rule:
(not starts_with(http.request.uri.path, "/_next/")) or (http.host ne "r2.guns.lol") or (http.host ne "cdn.guns.lol")
(not starts_with(http.request.uri.path, "/_next/")) or (http.host ne "r2.guns.lol") or (http.host ne "cdn.guns.lol")
and when a video buffers it sends a bunch of 206 requests to r2.guns.lol (my r2 cdn) and it still rate limits it, even tho it should ignore that incoming request
3 replies