Setting existing cookies to use with libcurl
Posted
by Dave18
on Stack Overflow
See other posts from Stack Overflow
or by Dave18
Published on 2010-04-23T10:42:29Z
Indexed on
2010/04/25
16:03 UTC
Read the original article
Hit count: 291
does current version of libcurl support firefox 3.0 and above cookies file (cookies.sqlite) ? I'm trying to set the file to allow cookies to be used when retrieving the data from web address.
int return_val = curl_easy_setopt(hCurl, CURLOPT_COOKIEFILE, \..\cookies.sqlite);
return_val is zero but i don't get to see the expected data.
© Stack Overflow or respective owner