kelbs
Explore posts from serversCDCloudflare Developers
•Created by kelbs on 3/10/2024 in #general-help
block malicious probing requests
is the
ends_with
functionality also only available on paid plans? Doesn't seem to be an option for me7 replies
CDCloudflare Developers
•Created by kelbs on 3/10/2024 in #general-help
block malicious probing requests
I'm currently on the free plan so I could upgrade to pro to enable more managed rules, but its unclear to me if that'll solve the issue.yeah, not on paid plan but have been considering it. Only reason I haven't pulled trigger is I wasn't sure if it would help or not. Thank you for the ideas! I'll use these and see if there are more commonalities across the requests for easy blocking
7 replies
CDCloudflare Developers
•Created by kelbs on 3/9/2024 in #workers-help
Cloudflare workers vs pages
Briefly looking through the pages functions docs and it mentions a
/functions
folder.
I'm guessing sveltekit's build output creates this? Otherwise it would break the framework's model (file-based routing where each page has its own load function for db/api calls/etc)9 replies
CDCloudflare Developers
•Created by kelbs on 3/9/2024 in #workers-help
Cloudflare workers vs pages
If I have a full stack sveltekit site and host it on pages, do the backend things automatically get run in workers/functions?
9 replies
CDCloudflare Developers
•Created by Pierre on 9/15/2023 in #workers-help
Cloudflare pages vs workers
@Cyb3r-Jok3 so it sounds like if you're building an API only, you can use workers. But if you're building a full stack app (that'll serve static assets like the js bundle and css), you need to use pages?
Are there any sources I can read about this distinction? Because this was also confusing to me
6 replies