I noticed a strange bug in my application that happens when using the AWS Elastic Beanstalk PHP 5.4.9 AMI.
When submitting a GET AJAX request that contains the header 'Content-Type: application/json'
the $_POST superglobal is set to null. If I remove that header, it is set as expected to a blank array()
Is this expected behaviour?