Hi,

I'm trying to integrate a CakePHP website to PagSeguro (brazilian's Paypal)
and when PagSeguro sends a POST containing the payment data, CakePHP don't
show the POST, even if I put in the controller a "debug($_POST); die();".

I have checked the network tab of Firebug and the POST is being sent
correctly. I tried to use a pure PHP file outside CakePHP to receive the
POST and it shows the data normaly.

I searched a lot about CSRF protection and found nothing. Is there any
Cake's "behaviour" that cleans the POST data?

Thank you for helping,
-- 
Ivan Rocha

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to