cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Invalid cookie expiry time

From: Daniel Beardsmore <public_at_telcontar.net>
Date: Fri, 12 Jan 2007 17:56:02 +0000

btw, I am not a cURL user (as you know ;) but isn't there a way to view
outbound headers? In the tool I wrote, I absolutely made it so you can
view the request headers being sent, and cURL is sure to offer the same
feature.

This way, you can verify what cookie data is being sent, which will be
generally one header, thus:

Cookie: name=value, name=value ...

(either a comma or semicolon separator)

That, or look in the cookie jar to see what's saved. I don't follow your
messages well enough to figure out what's up, but surely you can just
glance at the stored cookies and see that they were all saved properly?

(I hope so, if I ever want to rewrite my own tool based on libcurl :)
Received on 2007-01-12