尝试在正在发出POST请求的选定页面上实现HTTPS

我正试图在我的rails 3.1项目中发出POST请求的选定页面上实现HTTPS。 但尝试所有类型的宝石ssl_requirementrack-ssl-enforcer后都没有成功。 所有的宝石都在帮助GET请求作为HTTPS,但没有任何成功的POST请求。

有人可以帮我解决这个问题吗?


我发现解决方案使用了rack-ssl-enforcer ,并将这些行放在我的application.rb文件中,这使得它可以工作

 config.middleware.use Rack::SslEnforcer, :only => [%r{^/users/}], :mixed => true
链接地址: http://www.djcxy.com/p/69139.html

上一篇: Trying to implement HTTPS on selected pages which are making POST request

下一篇: Do Mobile apps need to comply to the EU Cookie Law?