allow_post
- Property Manager name: Allow POST
- Behavior version: The
v2024-10-21
rule format supports theallow_post
behavior v1.3. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Allow HTTP requests using the POST method. By default, GET, HEAD, and OPTIONS requests are allowed, and POST requests are denied with 403 error. All other methods result in a 501 error. See also the allow_delete
, allow_options
, allow_patch
, and allow_put
behaviors.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Allows POST requests. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
allow_without_content_length | boolean | By default, POST requests also require a | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} |
Updated 17 days ago