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

Different nameservers for different zones

Hi, since Cloudflare name servers are a way to uniquely identify an account, and it is possible to identify all domains under the account by simply seeing which domains have the same set of 2 name servers, is it possible to switch up the name servers for each new zone for enhanced privacy?

Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust

I'm currently working with an Arduino Nano to send HTTP requests to a Cloudflare Zero Trust endpoint. Despite disabling the “Always HTTPS on” setting in Cloudflare, I am still encountering an issue. The Arduino successfully receives the initial HTTP response headers, as shown below, but does not retrieve the expected JSON payload following the headers. ``` HTTP/1.1 200 OK Date: Tue, 12 Nov 2024 14:41:56 GMT...

Redirect domain to worker is not working

I want to redirect my domain to special stub what I made in worker https://underconstruction.burgas275.workers.dev/ I have tuned DNS, wait half of day and receive nothing, my domain https://www.vb-net.com/ still not redirected to my Cloudflare worker What going wrong?...
No description

failed dns lookup check on monitored school wifi network when connecting to warp+ w/ zero trust

Status: Unable to Connect
Error reason: Failed DNS Lookup Check
Error code: CF_DNS_LOOKUP_FAILURE
Error description: Could not connect because of DNS lookup failure.
Learn more: https://cfl.re/CF_DNS_LOOKUP_FAILURE
Status: Unable to Connect
Error reason: Failed DNS Lookup Check
Error code: CF_DNS_LOOKUP_FAILURE
Error description: Could not connect because of DNS lookup failure.
Learn more: https://cfl.re/CF_DNS_LOOKUP_FAILURE
...
No description

I have implemented SSR (Server-Side Rendering) in React, but it’s not working properly because of Cl

I’ve set up a staging domain; here’s the link: https://staging.sportsfinda.com/ Our React project was initially running through a build setup, but now we’ve created a Node server, implemented server-side rendering, and are running the project using PM2. When we remove Cloudflare, everything works properly. However, when we enable Cloudflare, the meta URLs don’t display correctly when sharing on social sites like Basecamp, WhatsApp, Instagram, etc. I have implemented SSR (Server-Side Rendering) in React, but it’s not working properly because of Cloudflare. Could you please help with this?...

The error 521

I am trying to make a service available using nginx proxy manager, however if I use flexible encryption mode, I get too many redirect error, and if I use full, I get the error 521 In flexible, I can see the default nginx welcome website, however if I try and make an proxy host to the service, it says too many redirects....

Cloudflare IPV6 behaviour

How does Cloudflare behave in situations where a user supports both Ipv4 and Ipv6? I've read https://developers.cloudflare.com/network/ipv6-compatibility/ but the wording makes me a bit unsure about if it is referring about doing Ipv6 to the upstream servers or if it will prefer to use Ipv4 if a client has dualstack support.

SSH configured tunnel

Having trouble getting ssh to work through I've set up the config, and CNAME in cloudflare with 'cloudflared tunnel run <tunnel-name>' and in DNS dashboard verified CNAME entry '<tunnel-name>.cfargotunnel.com' is present. If I attempt ssh [email protected] it goes to timeout. In DNS-analyics, I see the queries there, but nothing in security event logs. So I'm not entierly sure how to proceed or debug since every think, as far as i can see, its green lights...
No description

Origin Rules for reverse proxy

I’m setting up a reverse proxy using Cloudflare origin rules and could use some help troubleshooting. The goal is to have two rules in place: 1. Primary Rule: Requests to app.example.com/api/endpoint* (including any query strings) should route to app.otherdomain.com/api/endpoint, passing along any query string parameters....

Upload Limit

I was wondering if there is a way to get a higher upload limit than the 100 MB without having to use a cloudflare grey-record entry because I don't want to go without the ddos protection etc. from cloudflare....

cloudflare proxy doesnt stream responses

i have a sveltekit app hosted on fly.io, using cloudflare proxy/cdn for caching. with sveltekit you can stream data for your page so that slow loading data can be continually loaded without slowing the page down. when using the cloudflare proxy, that isnt working for me....

DNS_PROBE_POSSIBLE Error from External Links to Site

When I click on a link to my site, I get this error and the site doesn't resolve. I do not get this error when I type in the URL. I have set up the domain as a redirect to another site. I have what I think are valid A and AAAA DNS records. www.framesofadvocacy.org www.framesofadvocacy.com ...

Cloudflare R2

No 'Access-Control-Allow-Origin' header is present on the requested resource.
Access to audio at 'https://cdn.death.ovh/4154b24d-3794-424f-a2ac-e7b4a8c4cdcc.mp3' from origin 'https://death.ovh' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Access to audio at 'https://cdn.death.ovh/4154b24d-3794-424f-a2ac-e7b4a8c4cdcc.mp3' from origin 'https://death.ovh' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
for some reason the cors thing is not updating...

What on earth does `sliver` in `cdn-cgi/trace` means?

For example, if one does a curl https://cloudflare.com/cdn-cgi/trace, most fields are pretty self-explanatory. However, I could not find any references to the sliver field means apart from some Cloudflare Forums posts that doesn't exactly explain it either. Just curious how it can sometimes be none and after you refresh it can become something like 010-hkg08

My CNAME records are not showing up on dns checkers

I already added it on cloudflare though and everything else is fully propagated. That is the A records, Nameserver and mx records. Also the cname records are not proxies on cloudflare. Does anyone know why this is happening?
No description

Why is turnstile or any captcha useless?

I just got raided on my chat app, why don't captchas do their job of preventing bots? Is there something I'm missing?

Learn Cloudfalre ?

Hello , i'm a junior devops enginner i was asked to setup a cloudflare env to secure our website but idk what to do like the good practices and rule i should apply to my cloudflare to secure my website , any video or piece of docs you could advice me to read/watch to learn more ?

How do I connect my Wordpress site to my Cloudflare domain? Wordpress servers are not being accepted

I feel like I'm missing something extremely simple. I bought a domain name registered on a Cloudflare, and made a Wordpress site. I'm trying to connect my Cloudflare Domain to my Wordpress site but my problem is Cloudflare requirres an IPv4 address, while Wordpress on has named servers. My domain on Cloudflare is currently connected to Cloudflare's named servers, but will not allow me to change them to Wordpress's....
No description

Trying to link cloudflare domain to python web app

Relatively new to coding Have been trying to link my flask python web app to my cloudflare domain using tunnel. When trying to access the domain; comes up with not secure curl command on the domain doesn't work but works on the localhost:8000 and my network's ip....