Re: "request -m POST" ... any examples please ?

Giovanni Aliberti (vanni@allegro.mit.edu)
Sat, 23 Mar 1996 12:51:17 -0500


Thanks for the replies (especially to Linda). I am all set now.
The thing was not clear from the documentation was that
each var=val field, Must be followed by a '&'.

thanks again !!

-vanni

* the best answer (from Linda)
POST -c application/x-www-form-urlencoded http://x.http.server/cgi-bin/x.cgi
FieldOne=FieldOneData&
FieldTwo=FieldTwoData&
FieldThree=FieldThreeData&
^D