Thank you for your answer 🙏The page functions is just a astro page in SSR. So if i get a lot of req
Thank you for your answer
The page functions is just a astro page in SSR. So if i get a lot of requests my website can be inaccessible ?



pub.dev, so you would have to do it yourselfAuthorization header, you can reject requests without it in the WAF rather than your Worker and then your Worker would never be invoked for those requests.pub.devfor i in range(n):
requests.get("x.y.z")