Re: [R] RCurl HTTP Post ?

2011-02-22 Thread Hasan Diwan
On 19 February 2011 07:24, Duncan Temple Lang dun...@wald.ucdavis.edu wrote: Do you mean that the R variable page gives information about the request error and contains the 500 error code? Not sure what you mean by screen here. Yes that's exactly what I mean Client-server

Re: [R] RCurl HTTP Post ?

2011-02-19 Thread Duncan Temple Lang
On 2/17/11 3:54 PM, Hasan Diwan wrote: According to [1] and [2], using RCurl to post a form with basic authentication is done using the postForm method. I'm trying to post generated interpolation data from R onto an HTTP form. The call I'm using is page -

[R] RCurl HTTP Post ?

2011-02-17 Thread Hasan Diwan
According to [1] and [2], using RCurl to post a form with basic authentication is done using the postForm method. I'm trying to post generated interpolation data from R onto an HTTP form. The call I'm using is page - postForm('http://our.server.com/dbInt/new', opts =