Allow POST
By default, Akamai honors GET, HEAD, and OPTIONS requests to your origin. Include this behavior to allow HTTP requests using the POST method.
How it works
When set to Allow, POST requests pass to the origin, but the content isn’t cached. When you don't specify this behavior at all or set it to Deny, Akamai edge servers deny all POST requests to this property with a 403 Forbidden
response.
Features and options
You can also decide whether to allow POST calls without a Content-Length
header.
Behavior | What it does |
---|---|
Behavior | Allows or denies the HTTP requests using the POST method. |
Allow POST without | By default, POST requests require a
|
Related topics
See the Allow OPTIONS, Allow PATCH, Allow DELETE, and Allow PUT behaviors.
Updated over 1 year ago