releases.shpreview
Cloudflare/Cloudflare Changelog/Rules - Control request and response body buffering in Configuration Rules

Rules - Control request and response body buffering in Configuration Rules

$npx -y @buildinternet/releases show rel_diXMohWXXAYa-SV7xNPIZ

You can now control how Cloudflare buffers HTTP request and response bodies using two new settings in Configuration Rules. Request body buffering Controls how Cloudflare buffers HTTP request bodies before forwarding them to your origin server:

ModeBehaviorStandard (default)Cloudflare can inspect a prefix of the request body for enabled functionality such as WAF and Bot Management.FullBuffers the entire request body before sending to origin.NoneNo buffering — the request body streams directly to origin without inspection. Response body buffering Controls how Cloudflare buffers HTTP response bodies before forwarding them to the client:

ModeBehaviorStandard (default)Cloudflare can inspect a prefix of the response body for enabled functionality.NoneNo buffering — the response body streams directly to the client without inspection. WarningSetting body buffering to None may break security functionality that requires body inspection, including the Web Application Firewall (WAF) and Bot Management. Ensure that any paths where you disable buffering do not require security inspection. AvailabilityThese settings only take effect on zones running Cloudflare's latest CDN proxy. Enterprise customers can contact their account team to enable the latest proxy on their zones. API example { "action": "set_config", "action_parameters": { "request_body_buffering": "standard", "response_body_buffering": "none" }} For more information, refer to Configuration Rules.

Fetched April 4, 2026