Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

How to change the assigned proxy address?

I add a proxied A record to my domain. But the IP assigned to me by Cloudflare is banned by my ISP. I found a docs , but there is no mention here of what non-enterprise users should do....

unable to assign IPV4 address to Zerotrust Gateway location - Error states using free plan

Have an active subscription, can't assign IPV4 address to more gateway locations.

I am looking for help regarding a domain account, My domain is

dentalindustryinsider.com, I don't know the UN and mail id associated with the domain, Anyway tofind out please help.

minecraft dns redirecting using A then SRV

When ever i get a tutorial for using a custom domain with my minecraft server the srv option always has a box for the service and protocol but cloudflare doesnt? My srv wont let me connect to my minecraft server and this: (image 3) wont work.
No description

Disable your proxy from my domain

there is an issue with my domain, vordes.shop, which seems to have your proxy enabled, but i don't have a Cloudflare account or don't recall setting this up. From there, I just made a account today do contact support but only paid people can contact support so I’m emailing It's possible that the domain was previously owned by someone who had it registered under their Cloudflare account now I’m the owner of the account please disable your proxy I have proof of owner ship but I don’t want to send it here in public channel message me...

Cant register / transfer a new domain

Hello! I cannot add a new domain or transfer one from GoDaddy to Cloudflare bcz payment fails at the final stage. Looks like stripe isnt responding well as i was able to see a lengthy JSON spitted on the screen when I initiated the transfer and clicked “pay” button. All Indian cards require pins and looks like stripe is trying to create a mandate without asking for a pin from the user, hence failing. At first I thought its some interim issue, however this is persistent and I cannot add new domains. Previously added domains and other billings are working fine though. Please help...

522 timeout

Hey everyone! Earlier I installed a docker image and set it up to be behind a proxy with nginx. The problem now is that cloudflare keeps giving me a 522 error. I've restarted the origin (raspberry pi) and nginx. I don't think it's with nginx because I also deleted the modified configuration. I'm all out of ideas and I don't know what else to try. If someone has any ideas that would be great. https://ryglassman.com...

Serve url on any subdomain

I have an app deployed at https://foo.example.com/__debug and I would like to have all urls that match /_debug/* on ANY of our subdomains (IE bar.example.com, baz.example) to be routed behind the scenes (NOT redirected) to that url. For instance, if someone goes to https://bar.example.com/__debug/cookies I want Cloudflare to basically change the backend to the foo.example.com ip and served the page really at https://foo.example.com/__debug/cookies If I were doing this in HAProxy, I would create an acl acl debug ^\/__debug/.* with use_backend foo if debug...

Resizing a private image in an R2 bucket through a worker

```ts export default { async fetch(request, env): Promise<Response> { const url = new URL(request.url); const key = url.pathname.slice(1);...

llama 3.2 error

i am trying to use llama 3.2 but it is getting an error, how can i use it , help

(failed)net::ERR_BLOCKED_BY_ORB

Guys, my images are blocked with status (failed)net::ERR_BLOCKED_BY_ORB. I added a "Transform Rule -> Modify Response Header" to set access-control-allow-origin: * and my back-end has has the same. Is there anything else needed to allow me render assets from this other my domain?
No description

How to setup websocket service on Cloudflare Tunnel?

Just like the title, I need to setup websocket service on Cloudflare Tunnel as my panel's node.

Export KV Data

Hi, just want to find out if there's some kind of bulk export for all the key-value pairs in a KV store

www redirect is not working

Hi, my www redirect is not working. I want to redirect www to non www. www.entdecke.solar is not reachable. My website is hosted on cloudflare pages and I have a CNAME with www that goes to the pages URL...
No description

Simple Firewall Question

Hello what is the default firewall rule for communication between the sub domaines of a domaine it i allowed or denied ? i did find nothing in the documentation

Monitor WAF rate limiting

Is it possible to configure WAF rate limiting to alert or send a daily email or logpush for rate limited events? I would like to know when rate limiting occurs and where so I can investigte and fine tune our rate limits to avoid blocking legitimate traffic, and without any alerts or monitors or logpush e.g. to Datadog we forget to frequently check the CF website analytics

Cloudflare Vectorize help

is this approach is good of create a unique NS for each user i have and keep their vectors in that namespace? and multiple indexes for set of users why is it onnly limited to 100 indexes per account, can we request to increase this?...

Issue with Content-Encoding: deflate – Help?

Hi everyone! I’m encountering an issue where the origin server is applying Content-Encoding: deflate, but it seems that Cloudflare doesn’t support it well. When requests go through Cloudflare’s proxy, it breaks, and clients can’t handle the response properly. Cloudflare says they don’t support deflate encoding. I’m unable to change the compression settings on the origin server, and I’m trying to find a way to resolve this issue through Cloudflare’s settings without using Workers. Has anyone run into this issue or found a workaround to handle deflate encoding with Cloudflare proxies? Any suggestions would be really appreciated!...