edgurgel / httpoison

Yet Another HTTP client for Elixir powered by hackney
https://hex.pm/packages/httpoison
MIT License
2.23k stars 339 forks source link

"Path not supported by Algolia REST API" #471

Closed inactgrid closed 11 months ago

inactgrid commented 1 year ago

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:

Proper instructions to reproduce:

kyleboe commented 1 year ago

It is actually a bug in the url spec implementation by hackney. I fixed it here: https://github.com/benoitc/hackney/pull/720

kyleboe commented 12 months ago

The fix was merged into hackney 1.20.0 https://github.com/benoitc/hackney/pull/720