Paradox_77
Paradox_77
CDCloudflare Developers
Created by Paradox_77 on 9/26/2024 in #workers-help
How to develop with custom packages in typescript
Im using nitrojs to make my cloudflare worker and recently came across cloudflare:sockets, this is a massive game changer for me as i can connect to my database without a intermediary api. Im wondering what the right way to use this package is since i wont have types for it in typescript and nitro doesnt support cloudflare tcp sockets yet
1 replies
CDCloudflare Developers
Created by Paradox_77 on 8/23/2024 in #general-help
Can snippets be configured to run before cache for user authentication
I have a bunch of cache and only want authenticated users to be able to use it. If i can run snippets before serving cache i would be able to authenticate then and then serve cache or block them
5 replies
CDCloudflare Developers
Created by Paradox_77 on 8/12/2024 in #general-help
Does always online serve stale cached content incase the server is unreachable?
Or does it only serve content from IA
9 replies
CDCloudflare Developers
Created by Paradox_77 on 7/26/2024 in #general-help
Do all pro accounts have access to snippets?
Wondering whether ill have access to snippets if i get pro since its in alpha
13 replies
CDCloudflare Developers
Created by Paradox_77 on 7/12/2024 in #general-help
Using url rewrite to append to path
I want to use a url rewrite rule to append /files before certains paths How would i go about doing this
35 replies
CDCloudflare Developers
Created by Paradox_77 on 6/15/2024 in #general-help
Remove visitor IP headers Managed Transorm Doesnt remove X-Forwarded-For
I turned on the Remove visitor IP headers transorm but noticed that it still sends cf-ipcountry and also x-forwarded-for
4 replies
CDCloudflare Developers
Created by Paradox_77 on 5/27/2024 in #general-help
Putting API behind under attack mode makes it unusable from the frontend as CF blocks requests
I put my frontend and api on under attack when i was being ddos and, but when fetching my api from the frontend my requests get blocked. Can i do something like relative clearance? For example, if my the user has already verified on the frontend can I let them use the api
47 replies