Re: [Boston.pm] OT - HTTP POST question

2005-03-08 Thread Ranga Nathan
Sent by: [EMAIL PROTECTED] 03/07/2005 12:50 PM Please respond to [EMAIL PROTECTED] To Larry Underhill <[EMAIL PROTECTED]> cc boston-pm@pm.org Subject Re: [Boston.pm] OT - HTTP POST question >If >your host has perl, then the LWP libs will often install the helper >scripts G

Re: [Boston.pm] OT - HTTP POST question

2005-03-07 Thread Larry Underhill
On Mon, 2005-03-07 at 11:34 -0800, Ranga Nathan wrote: > I am trying out an example to HTTP POST to a web site. The host language > is not Perl, unfortunately. > > I tried to test it with telnet first...I am getting 501 Method not > implemented... > > I am doing something wrong. Hi Ranga,

Re: [Boston.pm] OT - HTTP POST question

2005-03-07 Thread Ranga Nathan
07/2005 11:44 AM Please respond to [EMAIL PROTECTED] To Ranga Nathan <[EMAIL PROTECTED]>, boston-pm@pm.org cc Subject Re: [Boston.pm] OT - HTTP POST question You need a Content-Length: header with a POST. Try adding this to your header

Re: [Boston.pm] OT - HTTP POST question

2005-03-07 Thread Ron Newman
You need a Content-Length: header with a POST. Try adding this to your headers: Content-Length: 36 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

[Boston.pm] OT - HTTP POST question

2005-03-07 Thread Ranga Nathan
I am trying out an example to HTTP POST to a web site. The host language is not Perl, unfortunately. I tried to test it with telnet first...I am getting 501 Method not implemented... I am doing something wrong. telnet www.xe.com 80 POST /ucc/convert.cgi HTTP/1.1 Host: www.xe.com