Just to confirm, I can still *use* the auth header method, right? Just instead using the worker to s
Just to confirm, I can still use the auth header method, right? Just instead using the worker to say yes or no
zone_name instead.




/accounts/xxx/workers/services/xxx/environments/production/routes in the API, you should get the routes for a specific workerexport default {
async fetch(request, env, context) {
// Proxy to origin on unhandled/uncaught exceptions
context.passThroughOnException();
throw new Error('Oops');
},
};/accounts/xxx/workers/services/xxx/environments/production/routes// the cache key from the cache URL
const cacheKey = new Request(url.toString(), request);