Workers body size limit, forwarding stream to origin?
Hi there!
Since workers have a limit on body size (https://developers.cloudflare.com/workers/platform/limits/#request-limits), if I want to handle uploads larger than that then if I understand correctly I would need some other server to process them. Is there a way to forward an incoming stream to an origin server without getting limited by the body size?
Since workers have a limit on body size (https://developers.cloudflare.com/workers/platform/limits/#request-limits), if I want to handle uploads larger than that then if I understand correctly I would need some other server to process them. Is there a way to forward an incoming stream to an origin server without getting limited by the body size?
