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