search for: curlinfo

Displaying 1 result from an estimated 1 matches for "curlinfo".

Did you mean: cur_info
2011 Jun 06
1
RCurl and kerberos
...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 return anything with negotiate, and searching the source of RCurl, the only thing I found was ./RCurl/R/curlInfo.S:names(CurlFeatureBits) = c("ipv6", "kerberos4", "ssl", "libz", "ntlm", "gssnegotiate", but e.g. getURL("http://my.web.service",.opts=curlOptions(username=":",httpauth="gssnegotiate")) does not work. Does...