General

Profile

imar (Ignacio Martín)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/25/2009

03:06 PM Ruby Bug #1404 (Closed): Net::HTTP::Post failing when a post field contains ":"
=begin
require 'net/http'

post_me = {
'var' => 'a:b'
}
uri = URI.parse("www.someserver.com")
request = Net::HTTP::Post.new(uri.path)
request.set_form_data(post_me)


---------------------
Gives the following e...
imar (Ignacio Martín)

Also available in: Atom