The_Cookie
CDCloudflare Developers
•Created by The_Cookie on 4/10/2025 in #general-help
Custom Hostnames
Hii,
So im quite new to this custom hostnames thing and in fact it is my first time using it. Now my priority is that the end user has to do as few as possible. I played a bit around with the API and now i am a bit confused. When i add a new Hostname it verifies it automatically without me doing anything but adding the hostname via api. I mean that's good and all but is it meant to be like that? Since im using the HTTP validation the api returns also something called "http_url" and "http_body". (POST https://api.cloudflare.com/client/v4/zones/ZONE_ID/custom_hostnames) I wonder if it verifies the domain automatically what is the point of it then? Can that be because i basically used a subdomain and didn't use an entirely different domain? Or is that intended?
I also noticed that if i point my subdomain directly to the fallback origin directly it works just fine. So what is really the point of the custom hostnames?
8 replies
CDCloudflare Developers
•Created by The_Cookie on 4/1/2025 in #workers-help
Getting blocked when trying to deploy worker

6 replies
CDCloudflare Developers
•Created by The_Cookie on 3/13/2025 in #workers-help
Workers AI Error 429 (3040)
I recently noticed a lot of requests failing to the Workers AI. I looked into it and found out that it is returning a 3040 error. According to the docs this means "No more data centers to forward the request to". I'm using "meta m2m100-1.2b".
My Question is if there is any way i can prevent those errors? For example buying the Workers paid plan? Or is that really an Issue with the Workers AI?
15 replies
CDCloudflare Developers
•Created by The_Cookie on 11/14/2024 in #general-help
Excluding API Endpoints from anti Bot feature
Hey
I recently enabled the Proxied feature for my Web Server in the DNS Settings. My problem is that now API Endpoints that get sent from a script get blocked by some kind of anti Bot feature and return the Status Code 403. It was working fine when i had it on DNS only. Now i am wondering if it's possible to exclude or bypass this anti Bot feature for API Endpoints? All API Endpoints start with: <domain>/api/example-endpoint.
2 replies
CDCloudflare Developers
•Created by The_Cookie on 10/4/2024 in #workers-help
Worker as a CNAME Host?
So i am trying to use a Worker as a CNAME Host. I managed to setup the worker and connect it to a custom domain and used that domain from the worker as a CNAME Host. It seems to have kinda worked but every time i try it on a domain that's pointed to the worker domain it returns a 522 error. Now i am wondering if it's even possible to do that with the Free Plan? If yes how could i fix that issue?
9 replies