ElasticSearch提供跨域访问的配置方法
找到config文件夹下的elasticsearch.yml,在文件的末尾添加如下内容:http.cors.enabled: true
http.cors.allow-origin: "*"利用AJAX跨域修改数据的方法如下:var baseUrl = 'http://localhost:9200/',
putUrl = baseUrl + 'events/logon_event/2',
原创
2017-07-06 12:03:41 ·
21810 阅读 ·
4 评论