TJRoh01
TJRoh01
CDCloudflare Developers
Created by TJRoh01 on 6/13/2024 in #workers-help
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?
3 replies