Ruby-on-rails – Can we use TypHeous Ruby to redirect?

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})

Leave a Comment

Your email address will not be published.