request-body-max-read
request-body-max-read = number_of_bytes
Description
Maximum number of bytes to read in as content from the body of POST requests. The request-body-max-read stanza entry affects the request body only. It does not impose limits on other components of a request, such as request line and headers. Used for dynurl, authentication, and request caching.
Options
number_of_bytes Maximum number of bytes to read in as content from the body of POST requests. Used for dynurl, authentication, and request caching. Minimum number of bytes: 512.
Usage: Required.
Default value
4096
Example:
request-body-max-read = 4096