Thanks. Anybody know how the headers are specified? I can't find any
documentation that spells it out. Is it...
headers = {
'Referer' => 'http://xyz.com',
'User-Agent' => 'mozillia'
}
Or...
headers = {
'HTTP_REFERER' => 'http://xyz.com',
'HTTP_USER_AGENT' => 'mozillia'
}
Thanks,
Joe
--
Posted via http://www.ruby-forum.com/.