You are trying to send a request to .NET Framework app built with a HWC buildpack where the request body is larger than 2 MB. However, the app refuses the request with the HTTP status code 413: Request Entity Too Large.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="<VALUE>" />
</requestFiltering>
</security>
</system.webServer>
</configuration>