php - IPN simulator 403 with codeigniter -


I get a 403 with an IPN simulator. My site is online (not on localhost) and using the PayPal_lib library What is the reason for this idea?

This is a message from IPN simulator: IPN delivery failed. HTTP Error Code 403: Forbidden

Nobody has answered this one - it's strange, you 403 has been denied to most people who were using the Digengo Paypal IPN library and CSRF authentication was disturbed, but there is nothing like the possibility of your codeigniter installation.

Are you sure you are using that URL

I suggest adding your site to the sandbox and enabling IPN calls from the sandbox, so that you can see That's exactly what's going on. Apart from this, I have also released an optional PayPal IPN library for CodeIgniter, which is more logging than PayPal_lib, and also has debugging mode for testing IPN directly. I hope you find it useful:


Comments