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
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
2 matches
Mail list logo