According to the Pick Axe Book, open-uri automatically handles
redirection for HTTP files, but I do not see this behavior. Here is an
example from irb:
open(‘http://some.web.site’)
RuntimeError: redirection forbidden: http://some.web.site →
https://some.web.site
I would like for redirection to just work… any tips?
Thanks,
Brad