https://yts.lt/api/v2/list_movies.json?query_term=tt11296058
Above URL is always available and gives the expected output (JOSN) while accessing from browser
But sometimes (randomly) while access same URL using httposion, following error received:
request:
HTTPoison.get(url, [], follow_redirect: true)
error
{:error, %HTTPoison.Error{id: nil, reason: :closed}}
what could be the reason here.