So it would be better to return wrong requests from my cf worker where everything goes through anywa
So it would be better to return wrong requests from my cf worker where everything goes through anyway?
zone_name instead.




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