Some sites don't play well without User-Agents (e.g. ESPN). HTTPoison by default sends hackney which is blocked, so it could be useful to set it to ["User-Agent": "Elixir"] or some similar string to bypass these problems.
Some sites don't play well without User-Agents (e.g. ESPN).
HTTPoison by default sends hackney which is blocked, so it could be useful to set it to
["User-Agent": "Elixir"] or some similar string to bypass these problems.