Elasticsearch学习—— 使用谷歌插件Sense发送请求Content-Type报错
使用Chrome浏览器插件sense请求时,报错406
查询官方文档得到说明,从6.0版本开始,本次请求必须加上正确的 Content-Type,
详细见官网说明https://www.elastic.co/blog/strict-content-type-checking-for-elasticsearch-rest-requests
Sense 0.9.0 版本不能支持elasticsearch6.x,所以要修改文件下目录src\base.js文件,使其发送ajax请求时带上contentType: ‘application/json’