I am using this tool:
http://soft-net.net/SendHTTPTool.aspx
and simply post Text input with the Method and URL specified only.
And the text content I input is:.
<QUERY CMD="LOOKUP">
<URL>www.xxxurl.com</URL>
<OPTION>
<PARAMETER>DATA_TYPE</PARAMETER>
<VALUE>IMAGE</VALUE>
</OPTION>
</QUERY>
I wish in the cgi code to extract the URL and the option values out but
by following the reference above I cannot get it work.
--
Posted via http://www.ruby-forum.com/.