Re: [R] RCurl and cookies in POST requests

2010-11-24 Thread Christian M.
Hi Duncan. Duncan Temple Lang (Sunday 21 November 2010, 16:23): [...] There is a new version of the RCurl package on the Omegahat repository and that handles this case. [...] I just downloaded the new RCurl version (1.5-0.1, for Windows) from:

Re: [R] RCurl and cookies in POST requests

2010-11-15 Thread Christian M.
(cif, curl_easy_cleanup, c...@ref) I'll keep looking for why the finalizer is getting discarded. Thanks again, D. On 11/14/10 6:30 AM, Christian M. wrote: Hello. I know that it's usually possible to write cookies to a cookie file by removing the curl handle and doing a gc

[R] RCurl and cookies in POST requests

2010-11-14 Thread Christian M.
Hello. I know that it's usually possible to write cookies to a cookie file by removing the curl handle and doing a gc() call. I can do this with getURL(), but I just can't obtain the same results with postForm(). If I use: curlHandle - getCurlHandle(cookiefile=FILE, cookiejar=FILE) and then