You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see from the network traffic that the request is POST but using URL query parameters: POST /_search?q=hello%20world HTTP/1.1. The request has no body.
Using the simplest query:
I see from the network traffic that the request is
POST
but using URL query parameters:POST /_search?q=hello%20world HTTP/1.1
. The request has no body.Following the simple example in the documentation (https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/quick-start.html):
I see from the network traffic that it is making an
OPTIONS
request instead:OPTIONS /twitter/tweets/_search HTTP/1.1
I am using the jQuery build (v10.1.3 - 2016-01-26)
The text was updated successfully, but these errors were encountered: