Cloudflare's web server (nginx-fl) buffers the entire request before sending it along, so all reques

Cloudflare's web server (nginx-fl) buffers the entire request before sending it along, so all requests with a body should also have a Content-Length header. You won't see any requests with Transfer-Encoding: chunked in Workers. I believe the same is true for Firewall Rules.
Was this page helpful?