php - "IPN Delivery Failed. HTTP error code 404: Not Found" error is showing if used codeigniter controller to listen IPN notification
641
"IPN Delivery Failed. HTTP error code 404: Not Found" error is showing if i used codeigniter controller to listen instant payment notifications but same thing working fine in core php [ file specified in root folder].
please help ...
Answer
Solution:
If you have CSRF turned on it can cause the problem as the IPN is POST request and there isn't naturally csrf token included.