From: Marc Soda Date: 2006-03-30T12:27:57+09:00 Subject: Re: Net::HTTP#post_form - setting user agent, referrer? You can't. Use HTTP#request_post(path, data, headers) where headers is a hash. Marc On 3/29/06, Joe wrote: > How can I set the user-agent and HTTP_REFERER (and perhaps other vars) > when using Net::HTTP's post_form method? > > Thanks, > Joe > > -- > Posted via http://www.ruby-forum.com/. > >