T
Ting Chang
Hello Ruby Masters,
I am a ruby newbie and tried to use a http client to send the XML HTTP
POST request to my cgi,
I thought I can get the text I input in the HTTP POST directly from the
$stdin as a string in cgi and extract the data out. but it didn't seem
to work.
I tried to do $stdin.realines to parse every line of the $stdin but I
got nothing out of it.
Could anyone please advise ?
Thanks,
Erick
I am a ruby newbie and tried to use a http client to send the XML HTTP
POST request to my cgi,
I thought I can get the text I input in the HTTP POST directly from the
$stdin as a string in cgi and extract the data out. but it didn't seem
to work.
I tried to do $stdin.realines to parse every line of the $stdin but I
got nothing out of it.
Could anyone please advise ?
Thanks,
Erick