3,378 questions
0
votes
0
answers
14
views
Why is my Cloudflare Worker skipped on β/β when `index.html` is served from edge cache (`cf-cache-status: HIT`)?
Iβm protecting documentation behind a Cloudflare Worker that enforces a login.
Route: docs.example.com/* β Worker
Expectation: unauthenticated HTML navigations (/, *.html) should be redirected to /...
-2
votes
0
answers
29
views
How can I register OAuth app on Cloudflare? [closed]
everyone.
I am building a website to add some records to user's domain on Cloudflare under user's permission automatically.
But I can't find how I can register OAuth app on Cloudflare.
Could you tell ...
0
votes
1
answer
36
views
How to send a streaming form-data in a Cloudflare Worker?
I want to write a function that downloads something from one place and sends it to another, but I don't know how to implement such code in worker?
Uploading URLs requires multipart/form-data, but I am ...
-4
votes
0
answers
29
views
Websocket with Cloudflare proxy closes connection instantly with code 1006 [closed]
What is the issue or error youβre encountering
I have create a Django app which run on a uvicron server on and AWS EC2. The EC2 is attached to a load balancer which is then connected to cloudflare ...
0
votes
1
answer
41
views
Next.js 14 App Router: Page works fine after restart, but product filters cause timeout after leaving app idle
I'm building an e-commerce site with Next.js 14 (App Router) and React 18.
Website: https://parfumedeparis.az
The issue
The problem happens only on this page:
https://parfumedeparis.az/az/store?page=...
0
votes
1
answer
30
views
Redirect www to root domain on Cloudflare Pages [closed]
I'm trying to work out what Page Rule I need to configure to redirect www.domain.com to domain.com and what DNS record is needed for the www subdomain. The site is completely hosted on Cloudflare ...
-3
votes
0
answers
53
views
How to prevent someone use my cloud storage data? [closed]
Im trying to making some security to prevent incase someone wanna use my cloud for their website.
I'm using Cloudflare R2. To store img and zip file.
Image to render for both public and private in my ...
0
votes
0
answers
28
views
Troubleshooting Tips for Network Timeout Errors from Elastic Beanstalk to Cloudflare IPs
I recently experienced a network-related issue on my Elastic Beanstalk instance which I'm not sure how to troubleshoot.
My instance makes network requests to an API (let's call it api.site.com) which ...
1
vote
1
answer
63
views
Wrangler library Unsupported platform: win32 [duplicate]
Hopping you have a nice day.
I'm working on a monorepo using React and Cloudflare workers for my BE. But I've a struggle when running:
npm i -g wrangler
I get this error message:
npm error Error: ...
0
votes
1
answer
55
views
Handling deleted durable objects in wrangler.jsonc for cloudflare?
I have the following cloudflare wrangler.jsonc configuration:
// wrangler.jsonc
{
"name": "hono-do-1", // Replace with your desired worker name if needed
"main": &...
1
vote
0
answers
45
views
How to disable Cloudflare's Google Tag Gateway for specific pages of my website?
After I activate Google Tag in Cloudflare with Google Tag Gateway for Advertisers, it is being inserted to all pages of my website. I want to exclude it on some pages of my website (like, admin UI).
...
0
votes
0
answers
76
views
SSL_ERROR_NO_CYPHER_OVERLAP with Uvicorn behind Cloudflare
I'm running a FastAPI backend with Uvicorn on my VPS (Using Coolify) behind Cloudflare, and I'm getting the following error in the browser:
SSL_ERROR_NO_CYPHER_OVERLAP
The error only occurs when the ...
0
votes
0
answers
36
views
Split git LFS upload into parts
I'm trying to git push huge file by git lfs, to a server using Cloudflare tunneling. Cloudflare has per-request timeout of 100s, which is not enough to transfer whole file, which causes 524 http error ...
3
votes
1
answer
192
views
Why do WinHTTP and TNetHTTPClient timeout (error 12002) on one Wi-Fi network but succeed on others?
I'm developing a Delphi application to download files using both WinHTTP (via direct API calls) and TNetHTTPClient. Everything works fine on most networks, but on one specific open Wi-Fi network, both ...
-3
votes
1
answer
73
views
How to get file_get_contents to work for Cloudflare Turnstile site verification?
An implementation similar to the one below works perfectly for both Google reCAPTCHA and hCaptcha:
$secret = 'SECRET KEY';
$captcha = $_POST['cf-turnstile-response'];
$verify = 'https://...