imar (Ignacio Martín)
- Login: imar
- Email: nitram.ohcan@gmail.com
- Registered on: 04/25/2009
- Last sign in: 04/25/2009
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...