edgurgel / edgurgel/httpoison

:proxy seems to be ignored when redirecting

Open
#112 8 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.