Basically I'm intercepting the response being retu...
# workers-discussions
d
Basically I'm intercepting the response being returned, but before it's returned, going to a
ctx.waitUntil
and throwing an error based on that
response.ok
. That way I can have my worker status code in the cloudflare dashboard match the actual http response (easier for visibility).