I have a website that can accept POST requests.
In this site, I'm transferring a lot of data.
However, when my POST parameter reaches a certain length (around 220,000 characters), I start getting a 404 error on the request, saying that the php file cannot be found.
It seems there's some kind...