:proxy seems to be ignored when redirecting
Open
bug
- Dominant language
- Elixir
- Stars
- 2.3k
- Forks
- 349
- PR merge metrics
- No merged PRs in 30d
Description
options:
``` elixir
[proxy: System.get_env("http_proxy"),
follow_redirect: true,
max_redirect: 3]
```
the initial request which return 302 is passed through the proxy, but the
following requests are not.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.