postMaxRequestSize property
Maximum size of POST contents before it is rejected.
The number of raw bytes in the contents of the request. Change this to a different value to proxy larger POST requests.
Implementation
int postMaxRequestSize = 10 * 1024 * 1024;