在CakePHP Auth中 – 是否有办法强制https执行所有需要身份验证的操作(但不是其他操作)

使用Cake
PHP Auth,我希望所有需要登录的操作也被强制使用https.

这可能通过某种方式回调吗?

更多信息:我正在使用管理员路由以及某些“仅限会员”的操作.
也使用CakePHP 1.2.

非常感谢您对此的任何指示.

最佳答案 版本2.x的新功能:

SecurityComponent :: requireSecure()


http://book.cakephp.org/2.0/en/core-libraries/components/security-component.html

点赞