Hello,
I'm using Cloud Foundry v2, pivotal v1.4 distribution.
All my apps are written in java, build pack is java_buildpack_offline_v3.0.
Trying to make REST call with ~12MB body size to one of my apps, and getting error 413 Request Entity Too Large with the following headers:
X-Cf-Requestid c80a7e06-7102-459e-721a-251189596ece
Date Sun, 07 Jun 2015 08:20:45 GMT
Content-Length 0
Content-Type text/plain; charset=utf-8
What is the default body size limit in cloud foundry? How can I configure it?
Any idea?
Thanks in advanced,
Avia