标签: rest security cakephp-3.0
哪种方法更适合REST API?有没有其他安全的解决方案来处理ajax请求?
$this->Security->setConfig('unlockedActions', 'add'); $this->Security->setConfig('validatePost', false);