allow_transfer_encoding
- Property Manager name: Chunked Transfer Encoding
- Behavior version: The
v2024-08-13
rule format supports theallow_transfer_encoding
behavior v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Controls whether to allow or deny Chunked Transfer Encoding (CTE) requests to pass to your origin. If your origin supports CTE, you should enable this behavior. This behavior also protects against a known issue when pairing http2
and webdav
behaviors within the same rule tree, in which case it's required.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Allows Chunked Transfer Encoding requests. | {"displayType":"boolean","tag":"input","type":"checkbox"} |
Updated 17 days ago