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
1 answer

Express sessions not persisting with Google App Engine and Cloudflare on a custom domain

I have a NodeJS express application. I am using express-session and passport to manage cookies/authentication. I am hosting my application on Google Cloud Platform's App Engine. I have setup my server to run on a custom domain. When I use the…
SamB
  • 2,621
  • 4
  • 34
  • 39
0
votes
1 answer

Is there a system where developers don't get the access to the Cloudflare account but can purge the cache themselves when needed?

Basically the question. We have recently integrated one of our sites to Cloudflare, at work. The Tech support team are hesitant to provide access for the account to me and other developers, as it has DNS settings in it and it is understandable. But,…
peikado
  • 75
  • 1
  • 8
0
votes
0 answers

An error occurred (Unauthorized) using boto3 upload file with python

I encountered an error while trying to upload a file to the Storage using boto3 on CloudFlare R2. Until a few days ago, there were no issues with this code, but suddenly, an issue arose, and it's difficult to identify the cause. I have been running…
0
votes
1 answer

I don't understand the cache of Cloudflare

I have a managed webserver with ~ 4000 images with 7,4 GB and I've enabled Cloudflare CDN for it. I've run a curl script to download all images. I expected that the image will be put into Cloudflare (free plan) cache afterwards, but when I download…
timaschew
  • 16,254
  • 6
  • 61
  • 78
0
votes
0 answers

Blazor WASM File Getting Error on SSL Domain

Blazor WASM application gives error. It does not get files that are required for WASM initial load. In request of files there is an alert that says Provisional headers are shown.. To Deploy Blazor WASM application using CloudFlare in the…
omer yel
  • 1
  • 1
0
votes
0 answers

No such file or directory Django AWS S3 Boto3 Upload

I tried everything, its not working, and i think i know why but i dont know how to fix it, im using this tutorial to upload in chunks to bypass the Cloudflare upload limitation of 100mb file def create_post(request): #…
MrLonely
  • 23
  • 1
  • 5
0
votes
0 answers

Downloading content in React shrinks the content... i need help understanding why

So i have a react application that is fetching images, videos and other types of documents from storage in Cloudflare. I have set up a basic setup of downloading the content by creating a Blob object and then downloading the content. However, when…
0
votes
1 answer

Mitmproxy only proxying first page load

Background I have created the following setup with WireGuard, mitmproxy and redsocks in order to be able to use a commercial VPN connection for all outgoing traffic while still being able to intercept/record/modify all my traffic, no matter where I…
DerBob
  • 55
  • 1
  • 8
0
votes
0 answers

Custom header e.g. x-access-token is deleted by cloudflare

Custom header e.g. x-access-token is deleted by cloudflare, as my node server required x-access-token in order to serve request. This custom header is getting filtered by cloudflare, and I am getting the x-access-token header value as undefined. I…
Abhishek Mani
  • 502
  • 4
  • 12
0
votes
1 answer

Wp-admin page is not loading after added SSL

I using cloudflare SSL. after install fresh Wordpress I found that in Wordpress general option "WordPress Address (URL)" is set as without "https" i.e http://example.com so I changed the site address to https://example.com but after that I cannot…
Shahpari
  • 115
  • 2
  • 8
0
votes
1 answer

Flutter: upload file using s3 api

Im trying to upload a file to Cloudflare's R2 database, which uses the s3 api. Im using this package: https://pub.dev/packages/aws_s3_upload code so far: class StorageRepository { Future uploadFile(String path, File file) async { try…
Ruder Buster
  • 219
  • 2
  • 14
0
votes
0 answers

WordPress URLs with ".php" extensions are not behaving as expected

Today, a DDoS attack happened to one of my WordPress sites, and as a result, all the sites on my DigitalOcean droplet were affected. I had to enable "under attack mode" in Cloudflare, and now my server is fine. However, I am now facing an issue…
Faisal Shaikh
  • 3,900
  • 5
  • 40
  • 77
0
votes
0 answers

Thumbnail and Video from cloudflare are mirror of earch other

I am uploading video from front cam with the help of SwiftyCam to cloudflare ... it returns me a .m3u8 video link with a thumbnail... but both are opposite in direction (mirror of each other)... It's happening only from the front cam ... I am…
Wahab Khan Jadon
  • 875
  • 13
  • 21
0
votes
0 answers

Connect Notions Share Link With Custom Domain (cloudflare)

as a beginner i am trying to connect Notions Share Link With Custom Domain by cloudflare. I follow this steps and now when i connect to the WIFI the website dosnt work. But with the LTE it works well. How can i solved this problem? Thanks I have…
0
votes
0 answers

Cloudflare Caching with changing referrer

Good morning, I have a express Webserver that I use to host JavaScript files. Those files are implemented on websites using script tags. The Webservers router checks it’s referrer and can respond with different files accordingly. For example…
Egge
  • 256
  • 2
  • 7