Hi! How can i send http Post and Get messages to a Web server from within R? Is there something like? form(action="http://big.thing.inf/cgi-bin/answer.pl",list(test="my",something="there"),method="POST") Or is is there an example how to write it with R? What functions to use to write such a function? Eryk
Http Get-Post
2 messages · Wolski, Brian Ripley
They are just text that you write to a socket, so try
help.search("socket")
On Sat, 10 May 2003, Eryk Wolski wrote:
How can i send http Post and Get messages to a Web server from within R? Is there something like? form(action="http://big.thing.inf/cgi-bin/answer.pl",list(test="my",something="there"),method="POST") Or is is there an example how to write it with R? What functions to use to write such a function?
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595