Cloudflare DevelopersCD
Cloudflare Developers14mo ago
10 replies
kimjongillest

is the best way to segregate HTTP access

is the best way to segregate HTTP access for queues to manage secrets within a worker?

eg: client calls a normal worker rest endpoint and passes the secret, then the worker does a switch statement to correctly forward the message to a queue while checking the secret against that queue name using a map?
Was this page helpful?