python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Wildcard domain and pathname regex for redirection
I'm trying to get batch redirection working in cloudflare workers. Here's an array of objects with to and from urls, some will be cross domain.
const redirects = [
{
"from": "http...
muser
Votes: 0
Answers: 1
Is it possible to execute code after responding on a Cloudflare Worker?
I am starting workig with Cloudflare and I a m facing one of my first challenges.
I have some cached data, that I retrieve once I get it requested via a 'fetch' event. I would like after responding to...

Mr.Deer
Votes: 0
Answers: 2
Cloudflare worker kv is a Database like dynamoDB in aws?
I can't find the exact understanding between cloudflare worker kv and dynamoDB in aws, Can anyone make it clear in simpler ?
karthikeyan murugesan
Votes: 0
Answers: 1
Respond with another site NOT Working on Cloudflare Workers
It's working for example .com BUT not working for my desired domain.
Can you please help me to figure out ?
addEventListener('fetch', function(event) {
event.respondWith(handleRequest(event.request)...

Abdullah
Votes: 0
Answers: 0