Hello! I'm making POST requests with CURL, and I would like to output cookies made during that request... Is that possible? :)
+2
A:
Not sure I follow, but - could you use the -c
or --cookie-jar
option? Use -
to get cookies written to stdout.
Ref: a curl man page
martin clayton
2009-11-19 22:21:58
tnx, I was looking for that :) Though I don't understand how I missed it, I was reading on man... :)
mfolnovich
2009-11-19 22:32:44