I'm using Cloud Foundry v2. 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 to configure it?
Consider asking this question on mailing lists -
cf-bosh.lists.cloudfoundry.org
for BOSH related topics orcf-dev.lists.cloudfoundry.org
for CF related topics orcf-lattice.lists.cloudfoundry.org
for Lattice related topics. The Cloud Foundry community is highly responsive there and you will probably get an answer fast.Also, there is UI, where you can view all the existing mailing threads. These are links for the first, second and third lists accordingly.