Join Discord
Powered by
Basically I'm intercepting the response being retu...
# workers-discussions
d
DemosJarco
05/26/2023, 5:11 AM
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).
Previous
Next