Request Entity Too Large – php curl error

I have been trying to make curl post request to a script like so: It keep failing with an Apache 213 error like this: The requested resource /api.php does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. It turns out that you need … Read more