how to alter body?
Is there an example on how to alter a body of a request (based on actually body sent)?
I've been checking this example.
https://developers.cloudflare.com/workers/examples/modify-request-property/
I tried to follow it, but I'm stuck having
I guess if I try to read Body, I can't use the request anymore?
I've been checking this example.
https://developers.cloudflare.com/workers/examples/modify-request-property/
I tried to follow it, but I'm stuck having
Body is unusable error.I guess if I try to read Body, I can't use the request anymore?
Documentation for Cloudflare Workers, a serverless execution environment that allows you to create entirely new applications or augment existing ones …
