libcurl - help needed
- Posted by jmduro Oct 23, 2016
- 3676 views
Forked from Re: HTTPS with OpenSSL
I wrote a libcurl 7.50 wrapper for Eu3, mostly from C source code with some routines borrowed form Ray's eulibcurl02. Source code is here: http://jean-marc.duro.pagesperso-orange.fr/libcurl_v0.0.3.zip
I can access https sites but there are some functionnalities I can't get to work:
- cookies (there is no error but the list of cookies remains empty)
- recover HTML body (as with Ray's curl_easy_perform_ex)
Help needed
Jean-Marc