Hello, I’m Allie!
Explore posts from serversCDCloudflare Developers
•Created by coltonidle on 2/26/2025 in #pages-help
Uploaded an index.html via the web UI. But can I update the index.html via web UI?
You can create a new deployment, but you can't edit the file from the dashboard
6 replies
CDCloudflare Developers
•Created by niconiahi on 2/22/2025 in #workers-help
setting `max-age` headers to served assets is not getting applied
I would probably keep it all in a single Worker. That is the simplest case, but can also cost you a little bit, depending on how many requests your Worker gets
15 replies
CDCloudflare Developers
•Created by Punisher on 2/22/2025 in #general-help
Emailadres
And if it is abuse related, there is
7 replies
CDCloudflare Developers
•Created by niconiahi on 2/22/2025 in #workers-help
setting `max-age` headers to served assets is not getting applied
You could also just split it off into a separate Worker, which is what I think it was trying to suggest, though it would have to be two separate configs, as you can’t configure multiple Workers from a single config file
15 replies
CDCloudflare Developers
•Created by niconiahi on 2/22/2025 in #workers-help
setting `max-age` headers to served assets is not getting applied
You could have the Asset Worker also apply the headers, but that would mean using a Workers Request for every incoming request, even if you don’t actually need to change any headers
15 replies
CDCloudflare Developers
•Created by niconiahi on 2/22/2025 in #workers-help
setting `max-age` headers to served assets is not getting applied
That looks like some very weird hallucination
15 replies
CDCloudflare Developers
•Created by niconiahi on 2/22/2025 in #workers-help
setting `max-age` headers to served assets is not getting applied
Assets doesn’t yet support setting headers, so you would need to use a Rule, Worker, or a Snippet to apply them
15 replies