Displaying 7 results from an estimated 7 matches for "curlsetopt".
2012 Feb 09
0
google login via RCurl
...n get is based on code from
http://www.stanford.edu/~knoepfle/cgi-bin/flatpress/?x=entry:entry101220-023915
When I try this, I get back a page saying `Your browser's cookie
functionality is turned off. Please turn it on' (both on windoze and
linux). I find that the cookie file specified in
curlSetOpt(cookiefile=) does not always get created but
curlSetOpt(verbose=TRUE) shows lines such as
* Added cookie GAPS=xxx for domain www.google.com, path /accounts,
expire 1391784478
< Set-Cookie: GAPS=xxx;Path=/accounts;Expires=Fri, 07-Feb-2014
14:47:58 GMT;Secure;HttpOnly
I am behind a firewall but...
2012 Jun 07
1
How to set cookies in RCurl
...kies in
your browser and try again.
$`NULL`
V1 V2 V3
1
$`NULL`
V1
1 Cookies disabled
$`NULL`
V1
1
2
3
I have carefully read section 4.4. from this:
http://www.omegahat.org/RCurl/RCurlJSS.pdf and tried the following without
succes:
curl <- getCurlHandle()
curlSetOpt(cookiejar = 'cookies.txt', curl = curl)
Any suggestions on how to allow for cookies?
Thanks.
Math
--
View this message in context: http://r.789695.n4.nabble.com/How-to-set-cookies-in-RCurl-tp4632693.html
Sent from the R help mailing list archive at Nabble.com.
2012 Sep 26
1
RCURL ftp upload - ASCII or Binary type?
..."Binary". The transfer works fine when using "ASCII" and has same error as in R when using "Binary".
My conclusion is that, for some reason, R uses "Binary" as "Transfer type" here, but it should be using "ASCII".
I have been looking at curlSetOpt() but .encoding is not the problem here.
Is there a way to change R:s "Transfer Type" from "Binary" to "ASCII" in this case? How?
System: windows 7
R version: 2.15.0
Thanks for your help
Best regards
Magnus Eriksson
2012 Dec 05
1
request
...match(x, table, nomatch = 0L) :
object 'proxy.noc.titech.ac.jp' not found
> #to check the neos server is active"NeosServer is alive" is returned
> Nping(convert=T, nc=NC)
Error in .postForm(curl, .opts, .params, style) :
Stale CURL handle being passed to libcurl
Error in curlSetOpt(writefunction = NULL, curl = curl) :
Stale CURL handle being passed to libcurl
Since this procedure is not working, would you suggest me how can i fix the
problem?
i appreciate your help.
--
With best Regards
Rubel Das
Hanaoka Research Group/Transport Planning
Dept. of International Develop...
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
.../cacert.pem",
destfile="cacert.pem")
# set the curl options
curl <- getCurlHandle()
options(RCurlOptions = list(capath = system.file("CurlSSL",
"cacert.pem",
package = "RCurl"),
ssl.verifypeer = FALSE))
curlSetOpt(.opts = list(proxy = 'proxyserver:port'), curl = curl)
wsdl <- getURL("XXXXXX.asmx?wsdl",
ssl.verifypeer = FALSE)
doc <- xmlInternalTreeParse(wsdl)
def <- processWSDL(doc)
ff <- genSOAPClientInterface(def = def...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...ml latex example
> > Note: unmatched right brace in file 'curlPerform.Rd' on or after line 18
> > Note: removing empty section \details
> > curlPerform text html latex example
> > Note: removing empty section \examples
> > curlSetOpt text html latex
> > Note: removing empty section \details
> > curlVersion text html latex example
> > Note: removing empty section \examples
> > fileUpload text html latex
> >...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...ml latex example
> > Note: unmatched right brace in file 'curlPerform.Rd' on or after line 18
> > Note: removing empty section \details
> > curlPerform text html latex example
> > Note: removing empty section \examples
> > curlSetOpt text html latex
> > Note: removing empty section \details
> > curlVersion text html latex example
> > Note: removing empty section \examples
> > fileUpload text html latex
> >...