workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
š¦rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
ā”instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
š¤turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Deploy a Browser Rendering Worker with D...
Worker limit request
Running into a ts error here...
does anyone know how long a request to
function calling a worker with data
return context.env.SERVICE.fetch(context.request);
return context.env.SERVICE.fetch(context.request);
Link Sanitization
This works fine for me in a Worker:
Node.js compatibility Ā· Cloudflare Worke...
net
and socks
node packages are supported by Workers? I don't see them here, which makes me think not š
https://developers.cloudflare.com/workers/runtime-apis/nodejs/...Hi I have some questions about workers
if you go under your worker, logs ->
I want to check on whether I am missing
api.something.com
. And then I set up SaaS hostnames for it. In order to do that, I set up a route */*
in order to match all of the requests.
Unfortunately, that means I cannot also have another SaaS worker at other-api.something.com
. (Because the */*
route is taken). Is that expected?...Right, CF For SaaS enables that. You can
has anyone written a worker based
uh, hi everyone iām really not
Good day guys.
1 - Is it good to deploy the worker as is and in parallel the react SPA in pages? Will this be ok? 2- Will this need cors whitelist or something? 3 -Will be better to serve the SPA using getAssetFromKV from '@Cloudflare/kv-asset-handler'?...
Cloudflare (Workers) Fetch Cache & Redirects Behavior
/v2/cdn/stories/home?key=234234234
, Storyblok will redirect this to a link that does have the cache value (cv) query param /v2/cdn/stories/home?cv=2342342234&key=234234234
, will the second URL be fetched from the cloudflare cache or not? Preferably in this case, if we get a redirect status code from Storyblok, we don't want to cache that response. But if it redirects to an URL that does have the cache version (cv) included, and we already have that cached, we want to actually retrieve it from the cloudflare cache if available there....šš» Hey all. I am a PM on the Workers
Where do you want requests not including
100::
) or put an origin underneath if you want/need...I'm looking for an example of a