allow_patch
- Property Manager name: Allow PATCH
- Behavior version: The
v2024-05-31
rule format supports theallow_patch
behavior v1.2. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Allow HTTP requests using the PATCH method. By default, GET, HEAD, and OPTIONS requests are allowed, and all other methods result in a 501 error. Such content does not cache, and any PATCH requests pass to the origin. See also the allow_delete
, allow_options
, allow_post
, and allow_put
behaviors.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Allows PATCH requests. Content does not cache. | {"displayType":"boolean","tag":"input","type":"checkbox"} |
Updated 17 days ago