AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Query URL encoding issue #3

Closed j4r3kb closed 4 years ago

j4r3kb commented 4 years ago

I'm trying to make a request GET /_cat/indices?h=index getting following error:

{
    "error": "Incorrect HTTP method for uri [/_cat/indices%5C%3Fh=index] and method [GET], allowed: [POST]",
    "status": 405
}

curl works just fine curl -XGET "localhost:9200/_cat/indices?h=index"

AntonShuvaev commented 4 years ago

Hi,

Thanks for reporting. I've fixed this issue. You should update plugin to version 0.1.5.