vas
vas
CDCloudflare Developers
Created by vas on 5/2/2024 in #workers-help
Changing worker usage model
Hi, Does changing a worker's Usage model in cloudflare worker dashboard incur downtime or is it only applied to new instances of that worker?
2 replies
CDCloudflare Developers
Created by vas on 2/17/2023 in #workers-help
Service bindings
Is it possible to create worker service bindings through cloudflare API https://developers.cloudflare.com/api?
6 replies
CDCloudflare Developers
Created by vas on 2/14/2023 in #workers-help
worker mTLS
Hi, We have the following workers setup. A main ( routing) worker which receives all external traffic and routes it several internal workers through service bindings. The internal workers fetch from different origins ( most of these origins require client certificate). If I have a mtls_certificate binding on the main routing worker, will that certificate be available in the sub workers doing the actual fetch to the origin? Thanks
2 replies