I am trying to download a file from an https page that requires an "I Agree" button be pushed and then stores a cookie. My apologies if this answer is obvious somewhere..
When I open up the web page directly in Chrome and click "I Agree" - the file starts to download automatically.
I tried to replicate this example, but I don't think that hangseng website actually stores the cookie/authentication, so I don't know if that example should be all I need.
Beyond that, I believe the SSL complicates the authentication, since I think the getURL() call will require a certificate specification like cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl"))
I'm too much of a beginner with RCurl to know if this website is pretty difficult or if I'm just missing something obvious.
Thank you!