Matrix Version: 5.2
So I am looking to construct queries to send to a server to retreive some data. Here is an example of a query that I am looking to use.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
I was thinking of using a REST Resource, but it seems like that Matrix doesn’t allow to use “Request Body” with the GET verb.
Is jQuery AJAX my only option? I am looking to avoid it if possible due to cross domain issues. I know JSONP can help, but this will be the last option.
Any help is really appreciated. Thanks