cors setting for cf pages to allow al
"I have a Cloudflare domain with a CF Pages frontend that connects to my backend via a Cloudflare tunnel. However, my CORS is reject all by one origin which is a subdomain
I've tried the following without success:
- No Pages rules or transform rules are active
- Purged cache completely
- Set development mode on Pages to bypass caching
Despite these efforts, requests are still only being allowed from a specific subdomain origin.
Any suggestions on how to properly configure CORS for my setup?"
Or to fully bypass the cf pages Cors and let my backend deal with it ?
0 Replies