Hello everyone, I have a question regarding to DNS a domain to CloudFlare pages. I have a CloudFlare page project with multiple branch. I want to point my domain to the selected branch for example
Domain Abc.com with point to branch1.project.pages.dev
domain Xyz.com with point to branhc2.project.pages.dev But with I config the CNAME for root of Abc.com and Xyz.com to the branch domain then it cannot work. Could anyone please give me some advise for this?
Hi guys i have a question, I have the free plan, and I have an app listening for the 8080 port, can I protect this app whit redirects and SSL, in Cloudfare ? Thx a lot
I'm using Hono Functions (edge runtime) with nextjs, at a point I need to add a middleware to the Edge Function to authenticate users, which will need access to env variables to get some secret keys. The middleware doesn't seem to find my env variables, anyone faced this issue before?
Is there a way to apply WAF and rate limiting rules to .pages.dev domain for my project? I can add those to my custom domain, but it seems those are not applied to the .pages.dev one
Hey folks, it's been a while since the topic of Zola last came up - fully supported in v1, supported in v2 via a workaround (seems zola build is not working), any chance of seeing it fully supported any time soon?
Please do not post your question in multiple channels per the rules at No Access. It creates confusion for people trying to help you and doesn't get your issue or question solved any faster.
Guys! Brotli compression is not available in Pages. Even if I have compressed files, CF always serve the gzipped version of the files. Is this a feature only for Enterprise Plans?
Hey there, im a bit confused about the subrequest using fetch in cloudflare pages / nuxt3 application. If I have understood this correctly subrequests using fetch triggerd within a worker/cf pages should respect the cache by default?
When i curl my url (e.g.
https://my-domain.com/api/proxy/foo
https://my-domain.com/api/proxy/foo
i get a response where the header
cf-cache-status
cf-cache-status
is present. Doin the same request with fetch within my pages application, pointing to itself (using the external url), does not return a
cf-cache-status
cf-cache-status
header, it's just not present.
I can see in the logs that the main request is hitting my pages application and the subrequest also. What I would expect is to only see the main request and the subrequest is cached, so never reaches the application.
Calling the url from outside again (using my curl), does not create any new logs, so it is cached as expected.