Whitelisting CodeIgniter URLS from CSRF
CodeIgniter is a PHP framework we use heavily here at Voltamp Media. When CI2.x was released, it had support for Cross Site Request Forgery prevention. The problem was it was an all or nothing feature. This is fine when POST data originates in forms. However, it is a game stopper for API functionality. Here is Read more about Whitelisting CodeIgniter URLS from CSRF[…]