I am sending data using $.ajax and using the POST method. I cannot use GET because the data is long in the MB range. But on the receiving php script, it always seems that the $_POST is empty. This is not the case with I run my app in the browser with my localhost XAMPP.
I thought that it could...