http://symfony.com/doc/current/security/access_control.html#forcing-a-channel-http-https建议在access_control
使用requires_channel: https
- 一般来说效果很好但是我无法找到不涉及黑客的解决方案(硬编码模式等)
我需要为所有请求强制使用HTTPS,除了需要HTTP的1x特定路由。我无法使用path
,因为:
有没有办法告诉Symfony根据名称强制除了某些路由或路由之外的所有内容?
我们正在使用注释从"@AppBundle/Controller/"
加载路由,该路由也包含应使用HTTP而不是HTTPS的路由。