Rules - Control request and response body buffering in Configuration Rules
5mo ago
Source
CloudflareRules - Control request and response body buffering in Configuration Rulescloudflare.comYou 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: Mode Behavior Standard (default) Cloudflare can inspect a prefix of the request body for enabled functionality such as WAF and Bot Management. Full Buffers the entire request body before sending to origin. None No 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: Mode Behavior Standard (default) Cloudflare can inspect a prefix of the response body for enabled functionality. None No buffering — the response body streams directly to the client without inspection. Warning Setting 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. API example { " action " : "set_config" , " action_parameters " : { " request_body_buffering " : "standard" , " response_body_buffering " : "none" } } For more information, refer to Configuration Rules .
You might also wanna read
Cloudflare Introduces Content Signals Policy for Enhanced Web Content Control
Cloudflare is launching a new Content Signals Policy that enhances robots.txt functionality to give website operators more control over how
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Cloudflare to automatically block web crawlers that collect content for AI companies
Cloudflare announced it will automatically block mixed-use web crawlers that serve AI companies, giving website owners more control over how
Cloudflare to automatically block web crawlers that collect content for AI companies
Cloudflare announced it will automatically block mixed-use web crawlers that serve AI companies, giving website owners more control over how

Comments
Sign in to join the conversation.
No comments yet. Be the first.