Hi,

i want to sent an accept in a http header, but it doesn't work. I use this
code (and also tried many others):
h = Net::HTTP.new("www.anyserver.de", 80)
  resp, body = h.get("/index.html", "accept" => "*/*" )

Any suggestions?

Thanks a lot