How do I set cookies from HTTP header "Set-Cookie: " using curlpp

492 Views Asked by At

How can I set this cookie using curlpp or libcurl when receiving response from server?

I haven't found anything, so do I have to handle it myself? I don't want to set cookies to concrete http request, but something like InternetSetCookie in wininet.

0

There are 0 best solutions below