Hello.
I have not found in the documentation what is the correct way to disable an 
existing set of cookies (in the cookies engine) temporarily (that means for the 
next single connection where I do not have to send any cookie, including 
persistent ones).

If I disable the cookie engine setting  CURLOPT_COOKIEFILE to NULL all existing 
cookies get deleted (and I do not want this, nor it's ideal to save and reload).

If I set headers as "Cookie:" or "Cookie;" via slist and CURLOPT_HTTPREADER I 
do not get to the result I want

If I set CURLOPT_COOKIE to NULL the existing cookie appear undisturbed in my 
header (very strange).

What is the correct way?

Thank you very much for the help!




-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to