From: "Thomas Bl." Date: 2008-08-16T19:17:50+09:00 Subject: Re: firefox html, my downloaded html and firebug html different? Thomas Bl. wrote: > header= > { > "Accept"=>"*/*", > "User-Agent"=>"MyRubyProgram", > } > h,b=*http.get("/") Sorry, it should be h,b=*http.get("/",header) of course. -- Posted via http://www.ruby-forum.com/.