From: Brad Tilley Date: 2006-10-30T04:24:18+09:00 Subject: open-uri and redirection 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 -- Posted via http://www.ruby-forum.com/.