标签: ruby-on-rails ajax elasticsearch
当我尝试使用Rails后端在ElasticSearch中使用AJAX请求发送搜索请求时,我遇到403错误。
答案 0 :(得分:3)
我在elasticsearch配置中添加了这一行,现在它对我来说很好用:
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, X-CSRF-Token"