Open ananthakumaran opened 7 years ago
Hi Any news about issue ?
I have this exact same issue on my Elixir reverse proxy (using HTTPoison based on hackney). I'd like to help by opening by a PR, but I'm new to Elixir, and know even less about Erlang 😬
@benoitc hey, were you able to work on this. we are having the exact issue as added on https://github.com/edgurgel/httpoison/issues/112#issuecomment-698842552 and is kinda blocking our flows. I would be happy to help out, although not entirely familiar with erlang.
@ananthakumaran were you able to work around this somehow? 🤔
I think we ended up handling redirect response ourselves instead of using follow_redirect
.
This happens only on redirection to relative url with proxy option. Hackney tries to convert the relative url to absolute, but
hackney_http_connect
transport type is not handled inhackney_url
module.