rails跨域请求配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rails跨域请求配置相关的知识,希望对你有一定的参考价值。
gem ‘rack-cors‘, ‘~> 0.3.1‘application.rb config.middleware.insert_before 0, "Rack::Cors" do allow do origins ‘*‘ resource ‘*‘, :headers => :any, :methods => [:get, :post, :options] end end
以上是关于rails跨域请求配置的主要内容,如果未能解决你的问题,请参考以下文章
Ember 应用程序对 Rails 应用程序的请求——跨域?
Rails、REST 架构和 HTML 5:带有飞行前请求的跨域请求
rails 响应本地开发的跨域请求,spotify 应用程序开发
Googlebot 在 Rails 4.1 上导致无效的跨域请求 (COR)