klesh (Klesh Wong)
- Login: klesh
- Email: kleshwong@gmail.com
- Registered on: 10/16/2008
- Last sign in: 10/17/2008
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/17/2008
-
04:14 PM Ruby Bug #655 (Closed): Query part lost when using Net::HTTP.post_form function
- =begin
when posting data by following code:
require 'net/http'
require 'uri'
response = Net::HTTP.post_form URI.parse('http://localhost/api.asp?Action=Check'), {'name'=>'value'}
puts response.body
query part ("Action...