Codeigniter CSRF 问题
我只是想知道是否有任何选项可以在特定的控制器/方法中关闭 CSRF。我有另一个网站可以 ping 我的网站,但由于 CSRF 被阻止。
有什么办法可以解决这个问题吗?
I'm just wondering of there is any option where i can turn off CSRF in a specific controller/method. I've got another site that pings my site, but getting blocked because of the CSRF.
Is there any way i can get around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个 pre_system 钩子,然后将以下代码放入钩子控制器中:
参考:http ://codeigniter.com/forums/viewreply/869900/
Create a pre_system hook then put the following code inside your hook controller:
Reference: http://codeigniter.com/forums/viewreply/869900/