Is it possible to follow Typhoeus redirects and how? write something like this:
res = Typhoeus::Request.get(url, {:follow_location => true})
Is it possible to follow Typhoeus redirection and how?
Write something like this:
res = Typhoeus::Request.get(url, {:follow_location => true})