subscriptions
Explore posts from serversEncrypting inputs in webhooks
Hi team, really enjoying working in windmill , had a doubt with my use case, I want to create a webhook, the input is sensitive user data so I want it to be not available anywhere (logs, previous runs) after the flow is done, how can I implement this?
7 replies
CDCloudflare Developers
•Created by subscriptions on 1/3/2024 in #pages-help
Image serving in cloudflare pages or R2
Hi everyone, right now I have lots of images in my codebase it seems to work directly from cloudflare pages, is there any limit at which I need to move to R2? Is there any performance issues with serving directly from cloudflare pages?
3 replies
CDCloudflare Developers
•Created by subscriptions on 1/2/2024 in #general-help
Rate limiting with automatic WAF
Hi everyone,
I'm building a completely serverless application using cloudflare workers and want to prevent the bill to go high. I'm planning to implement rate limiting for the entire domain to a high value and whoever offends this should be blocked completely, is there any way to automatically add the IP of the user to WAF if they're rate limited?
4 replies