I'm encountering the same problem as in #116 issue from 2016.
Possibly the asterisk in the url is causing it. It could be issue with Hackney.
I tried looking at the code but I'm not competent enough to troubleshoot it.
The issue:
$ curl 'https://m19dxw5x0q-dsn.algolia.net/1/indexes/*/queries' --data-raw '' returns "400, no content in POST request", as expected
HTTPoison.post! "https://m19dxw5x0q-3.algolianet.com/1/indexes/*/queries", "" returns "404, path not supported by Algolia REST API", despite it being a valid path
I'm encountering the same problem as in #116 issue from 2016. Possibly the asterisk in the url is causing it. It could be issue with Hackney. I tried looking at the code but I'm not competent enough to troubleshoot it.
The issue:
$ curl 'https://m19dxw5x0q-dsn.algolia.net/1/indexes/*/queries' --data-raw ''
returns "400, no content in POST request", as expectedHTTPoison.post! "https://m19dxw5x0q-3.algolianet.com/1/indexes/*/queries", ""
returns "404, path not supported by Algolia REST API", despite it being a valid pathProper instructions to reproduce:
https://fontawesome.com/search?q=poison
(or try other websites using Algolia)