Re: [R] RCurl and kerberos

2011-06-07 Thread TAPO (Thomas Agersten Poulsen)
Hi again, RCurl is just smarter than me: getURL("http://my.web.service",.opts=curlOptions(username=":")) does the trick. Don't know how I missed that yesterday. Hope nobody wated time on this. Cheers, Thomas > -Original Message- > From: TAPO (Thomas Agersten Poulsen) > Sent: 6. juni 20

[R] RCurl and kerberos

2011-06-06 Thread TAPO (Thomas Agersten Poulsen)
Dear list, I would like to call a Kerberos-authenticated web-service from within R. Curl can do it: $ curl --negotiate -u : "http://my.web.service/"; so I would expect that RCurl also has the capability, but I have not been able to find the correct options to set. listCurlOptions() does not re