Re: [R] RCurl: authentication when posting forms

2008-09-01 Thread Valerie Obenchain
%20Results; Take care, Valerie Duncan Temple Lang wrote: Valerie Obenchain wrote: Duncan, Thank you for the examples. I had tried all of these different options for authentication but had no luck. I was getting a 100 continue and then a 401 unauthorized response. This morning the owners

Re: [R] RCurl: authentication when posting forms

2008-08-28 Thread Valerie Obenchain
,nchar(hstring)) header[[statusMessage]] - hstring header } Duncan Temple Lang wrote: Hi Valerie Valerie Obenchain wrote: Hi, Has anyone successfully used RCurl for posting data to a password-protected site? Yes. I just set up a sample form to test with and the following all

Re: [R] RCurl: using netrc with curlPerform

2008-08-27 Thread Valerie Obenchain
PROTECTED]gt;/a/address !-- hhmts start -- Last modified: Sun Aug 1 13:57:44 PDT 2004 !-- hhmts end -- /body /html (also curlPerform(url=url, netrc=1)) Martin Valerie Obenchain [EMAIL PROTECTED] writes: Hello, I am having trouble getting the curlPerform function to authenticate using the .netrc

[R] RCurl: authentication when posting forms

2008-08-27 Thread Valerie Obenchain
Hi, Has anyone successfully used RCurl for posting data to a password-protected site? I have tired using option netrc=1 with both postForm and curlPerform (with postfields option) but can't authenticate. I would happily provide more details if some one has had some experience with this.

[R] RCurl: using netrc with curlPerform

2008-08-26 Thread Valerie Obenchain
Hello, I am having trouble getting the curlPerform function to authenticate using the .netrc file. From the documentation I've read it certainly seems as though this function should be able to authenticate via the .netrc file. The example I am using here comes from the R as a Web Client- the