Hello,
I've just tried to invoke Elasticsearch API (GET method with JSON object in request body) and no matter what I do, Elastic returns
"type":"illegal_argument_exception","reason":"text is empty (possibly HTTP/0.9)"
so I'm assuming empty string is being sent in as request body. If I change the method to POST (as Elastic supports both GET and POST methods for search API), I'm getting the expected response, so I just want to make sure if GET method with body is even supported.
@carsten-czarski-oracle , please could you confirm that?
Thanks a lot
Pavel