I'm trying to integrate a CakePHP website with Mercadopago (payment gateway), and when Mercadopago sends a POST containing the payment data, CakePHP doesn't show the POST, and I'm completely sure that the data was sent.
I tried to set the security level to low and it doesn't works.
Is there any Cake "behaviour" that cleans the POST data?