security

How can I secure my worker so only my application can make requests?
1 Reply
興怡
興怡5mo ago
if your consumer is also hosted on CF (Pages), and uses a binding to the worker, then the worker to worker (chapter 5) steps from Ashley Peacock's book may be useful (ie, disable URL). You can read the excerpt at the Pragmatic books page -- https://pragprog.com/titles/apapps/serverless-apps-on-cloudflare/
Serverless Apps on Cloudflare
See how serverless technologies help you build and scale your applications. This hands-on book shows you how to exploit Cloudflare's global platform in your next project.

Did you find this page helpful?