Questions tagged [cloudflare]

Cloudflare is a content delivery network and distributed Domain Name Server service aimed at enhancing website performance and speed and providing security.

Cloudflare is a content delivery network Domain Name Server service aimed at enhancing website performance and speed and providing security. It is also known for the internet security services that it distributes.

Wiki article

3109 questions
0
votes
0 answers

timezone is different between localhost and deployed version of the site

hello everyone :) noob here how come when i do a date it shows my locale timezone from local build (with npm run preview) but when i deploy it to cloudflare the webpage i get is on UTC time. i'd like it to be my timezone too function…
0
votes
1 answer

net::ERR_CERT_COMMON_NAME_INVALID when using 'fetch' on local Flask server

I'd like to preface this by saying that this is my first real full-stack application, and I am by no means a knowledgeable webmaster. Context My website, testwebsite.com, has a ReactJS frontend and is running on Ubuntu 20.04 on a Caddy webserver.…
mperic
  • 118
  • 9
0
votes
1 answer

cloudflare worker can't forward some of my post requests

I wrote a cloudflare worker to check headers for authorization. If it is missing, just forward the requests. I found most requests are ok, but some post requests throws errors like this: "exceptions": [ { "name": "TypeError", …
reachlin
  • 4,516
  • 7
  • 18
  • 23
0
votes
0 answers

Cannot Access Second Website After Setting Up VHost Configuration on CentOS 7 and Cloudflare

I'm currently trying to set up a vhost configuration for my second domain on CentOS 7 with Cloudflare. Server version: Apache/2.4.6 (CentOS) Server built: May 30 2023 14:01:11 I executed the following commands for the directory path: chown…
takraw
  • 21
  • 6
0
votes
0 answers

Uses deprecated APIs Error- Deprecated APIs will eventually be removed from the browser

I have woedpress site and in the PageSpeed Insights I am getting "StorageType.persistent is deprecated. Please use standardized navigator.storage instead." eroor. enter image description here So can anyone help me on it to fix. I want a solution of…
0
votes
0 answers

C# ASHX response a stream of PDF file and Cloudflare timeout

I have an ASHX file that generate a PDF file to stream, so the user can download it. some of them takes time and there for when using Cloudflare as WAF the timeout reaches the limit I would like to initiate the download somehow, give the browser (or…
Y.G.J
  • 1,098
  • 5
  • 19
  • 44
0
votes
0 answers

Container Nginx Proxy Through Cloudfare Tunnel

I am having some issues and I hope I can get some help. Initially I was trying to run a Nextcloud container through my Cloudflare Tunne, but I kept getting a 502 Bad Gateway error, I read online it's because Cloudflare cannot communicate with the…
Misinthe
  • 1
  • 2
0
votes
3 answers

Curl works but python requests doesnt (curl gives 304 and 200, requests a 403). Datadome, Cloudflare?

When I go to vinted.nl a cookie is set. This allows me to do an api call in the browser and i can also do it in curl, but not using python requests. I am also wondering if this is because they use Datadome to prevent certain http requests? Or is it…
Sander van den Oord
  • 10,986
  • 5
  • 51
  • 96
0
votes
1 answer

Cloudflare pages deployment fails (React application with sass, sass import fails)

I am trying to deploy React application to CloudFlare pages. Before that I deployed it on GitHub pages and everything is working fine. When I try to deploy on CloudFlare this is the error I got: SassError: Can't find stylesheet to…
Zoran
  • 17
  • 3
0
votes
0 answers

Free tunnel service that supports TCP through the tunnel (ie minecraft) to a permanent FQDN

I recently started using Cloudflare tunnels, and the Zero Trust dashboard in general, to expose stuff on my network that I want to use everywhere. This includes stuff like a filecloud server, a proxmox server, a git server, and more. I have a google…
0
votes
1 answer

Undetected Chromedriver suddenly started to get stuck in captchas

I wrote about 10 scrapper using undetected chromedriver. They were working all fine until i wanted to create a next one. I started working on it and suddenly i started geting timeouts. When i removed headless, i saw that the cloudflare waiting room…
0
votes
0 answers

Permnent 301 redirect from CloudFlare

We are running Google Ad, and for one of the campaign, we have a URL of the…
Kartik
  • 1,506
  • 2
  • 17
  • 28
0
votes
0 answers

How to connect a Node.js project hosted on AWS with Cloudflare without using Route 53?

How can I connect my Node.js project hosted on AWS with Cloudflare without using Route 53? I initially used Route 53 to connect the DNS with my instance, but I recently learned that it is possible to connect the instance using only the DNS service…
Ajay
  • 19
  • 3
0
votes
0 answers

Problem uploading files to cloudflare r2 with ASP.NET Core Web API

I want to make a small API, but I could not solve the problem. I created a simple ASP.NET Core Web API project. I'm trying to upload files to cloudflare r2 using AWSSDK but I'm getting an error. Code: using Amazon.Runtime; using Amazon.S3; using…
0
votes
0 answers

How does CDN caching work for code split chunks?

I deploy my React application to Firebase hosting and use Cloudflare CDN caching. Recently, I faced performance issues with the initial page loading as the bundle size grew huge. To fix this, I started using dynamic imports for route-based…
Vaibhav Nigam
  • 1,334
  • 12
  • 21