Also, is it not very optimal to just have an authorisation header?
Also, is it not very optimal to just have an authorisation header?

zone_name instead.



export default {
async fetch(request, env, context) {
// Proxy to origin on unhandled/uncaught exceptions
context.passThroughOnException();
throw new Error('Oops');
},
};