-
Change Request (Sub-task)
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
So far we can set/provide POST data at each step.
Being able to do the same with cookies would be useful.
There's curl_easy_setopt() option CURLOPT_COOKIE that looks similar to CURLOPT_POSTFIELDS.
I don't know how curl behaves when you explicitly set cookies with CURLOPT_COOKIE though: will it still automatically handle/send back cookies over requests or will it then just send what you explicitly gave it ?
Thanks !