Skip to main content

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
-1 votes
1 answer
21 views

Cloudflare messing up nginx certbot SSL

Very very similar to issue here, but the solutions posted did not work for me. I am using nginx as a reverse proxy on my home network in order to host a couple of websites. I have been using ...
kinneyan's user avatar
-2 votes
0 answers
24 views

Unexposed Cloudflare Workers APIs Being Accessed by Unknown IP Addresses (Hacker) [closed]

** MY Cloudflare worker APIS are being stolen** A few months ago my desktop was hacked and most of my accounts were compromised including cloudflare. I retrieved the accounts changed passwords and set ...
Krisha Aggarwal's user avatar
-1 votes
0 answers
20 views

Scraping a cloudFlare protected website with Puppeteer

The website uses some bot protection asking to solve some challenges before redirecting to the actual page I need to scrape. The thing is, with puppeteer seems like I can pass these challenges (...
Gabriele Passoni's user avatar
0 votes
1 answer
15 views

How to pass a reference to Supabase instead of an object in a Cloudflare Worker

I created supabase client and pass reference to supabase into the fetch function; this is the code: ``` addEventListener(“fetch”, (event) => { const supabase = createClient(SUPABASE_URL, ...
John14's user avatar
  • 1
-1 votes
1 answer
27 views

cloudflare worker locally not starting problem while starting with cloudflare

PS D:\web\javascript\backend\hc\New folder\my-app> npm run dev > [email protected] dev > wrangler dev ⛅️ wrangler 3.65.0 ------------------- ⎔ Starting local server... ╭────────────────────────...
Rana Zaeem's user avatar
0 votes
0 answers
6 views

Integrate svelte-image with Cloudflare pages + R2

I'm currently working on a SvelteKit project that is hosted on Cloudflare Pages. I want to optimize and serve images from Cloudflare R2 instead of directly from the /static directory. My goal is to ...
fevar's user avatar
  • 87
0 votes
0 answers
29 views

How to make the Event Stream (EventSource()) working with cloudflare?

basically i am using an ai tool api, so i create a POST request first to create a database entry then to get a streaming output I do it using EventSource() this works perfectly in deployment even (...
Pragyan's user avatar
  • 407
0 votes
0 answers
30 views

What do I do about the error "TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined"

I have been trying to run an app where I can set up an email. When I run it on the localhost, I get a 202 response, but I don't get an email. I conclude that this is because it is the localhost and ...
user 124816's user avatar
0 votes
0 answers
19 views

SSL handshake failed Error code 525 nginx proxy manager docker

I have a docker compose running nginx proxy manager and a dozzle image for testing. version: '3.8' networks: default: driver: bridge my_proxy: name: my_proxy external: true driver:...
Sam's user avatar
  • 11
0 votes
0 answers
16 views

How do I securely point a subdomain from Hostinger to a CloudFlare page?

I have a website hosted on Hostinger, with the domain managed on Hostinger as well. I've built a seperate page which I am hosting on CloudFlare Pages that I would like to make accessible via a ...
Tsabary's user avatar
  • 3,712
-1 votes
0 answers
22 views

cloudflare ssl certificate not working on nginx [closed]

I registered my DNS on Cloudflare and generated both PEM and key SSL certificates. I assigned the certificate to the Nginx web server, but it is not working. NGINX CONF events {} http { server { ...
Tadeh Boghosian's user avatar
0 votes
1 answer
18 views

Why does Request.build_absolute_uri lead to localhost instead of the real domain?

I have a website deployed on Nginx and built on Django. The Request.build_absolute_uri link there for some reason leads not to the real domain and ip which is attached to it, but to localhost:8080 of ...
Somebody's user avatar
2 votes
1 answer
35 views

@sveltejs/adapter-cloudflare reveals server-side code in a sourcemap. How to disable?

I’m developing a site with SvelteKit, Cloudflare Pages Functions, and @sveltejs/adapter-cloudflare. I noticed the sourcemap for my server-side Pages Functions is uploaded and is accessible at mydomain....
matthewr's user avatar
0 votes
0 answers
13 views

Attach to Domain to CF Workers

After following the guide on how to attach a custom domain to Cloudflare Workers, I ran into an issue. I am talking about this article: https://developers.cloudflare.com/api/operations/worker-domain-...
Dhairya Shah's user avatar
-2 votes
0 answers
38 views

I'm a human, But I can't pass the human check in the broswer of selenium

I'm using selenium to open the webpage https://www.optionistics.com/quotes/stock-option-chains/GOOG It was loaded successfully at first. from selenium import webdriver from selenium.webdriver.common....
jerron's user avatar
  • 309

15 30 50 per page
1
2 3 4 5
221