gpt4 book ai didi

angularjs - Elasticsearch AngularJS —跨域请求被阻止

转载 作者:行者123 更新时间:2023-12-03 01:37:28 25 4
gpt4 key购买 nike

我已经在Windows中安装了elasticsearch-6.3.1,并尝试通过在angular 1中使用以下代码来过滤数据,这会导致CORS错误

$http({
url: 'http://localhost:9200/empinfo/employeedetails/_search',
method: "POST",
data: "{ 'query': { 'query_string': { 'query': 'Sujit','fields':['name'] } } }",
headers: { 'Content-Type': 'application/json' }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
});

我在angular.js中出现 Elasticsearch 错误

虽然我已经在elasticsearch.yml文件中添加了允许CORS。

请帮我。

最佳答案

您需要取消注释yml文件中的行。
只需从每行开头删除“#”。重新启动Elasticsearch。

关于angularjs - Elasticsearch AngularJS —跨域请求被阻止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51288486/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com