Re: How do I read HTTP POST XML sent to CGI?
- From: Ting Chang <aumart@xxxxxxxxx>
- Date: Fri, 29 Apr 2011 18:24:42 -0500
well... i only followed the instruction. trying to see if those
parameters came in
#!/usr/local/bin/ruby
require "cgi"
cgi = CGI.new
h = cgi.params
puts h['URL']
puts h['VALUE']
puts cgi['PARAMETER']
--
Posted via http://www.ruby-forum.com/.
.
- Follow-Ups:
- Re: How do I read HTTP POST XML sent to CGI?
- From: 7stud --
- Re: How do I read HTTP POST XML sent to CGI?
- References:
- How do I read HTTP POST XML sent to CGI?
- From: Ting Chang
- How do I read HTTP POST XML sent to CGI?
- Prev by Date: Re: How do I read HTTP POST XML sent to CGI?
- Next by Date: Re: How do I read HTTP POST XML sent to CGI?
- Previous by thread: Re: How do I read HTTP POST XML sent to CGI?
- Next by thread: Re: How do I read HTTP POST XML sent to CGI?
- Index(es):