Re: libcurl - help needed
- Posted by jmduro Oct 23, 2016
- 3631 views
ne1uno said...
I wrapped some of the easy interface a few years ago and haven't used it much recently *uses memstruct now*. I don't think I ever output the cookies, but last time I did use it on a site that needed cookies, I used both CURLOPT_COOKIEFILE amd CURLOPT_COOKIEJAR set to the same file name.
I tried this, but the cookies file remains empty even with sites sending cookies (verified):
# Netscape HTTP Cookie File # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk.
Jean-Marc