0

我正在使用Heroku SSL,我需要我的 Rails 控制器之一使用 SSL。

我在控制器中尝试了 before_filter:

if request.ssl? && Rails.env.production?
  redirect_to :protocol => 'http://', :status => :moved_permanently
end

不幸的是,这以too many redirects错误告终。如何为此控制器创建异常?非常感谢。

4

0 回答 0