curl-users
Cookie handling in Curl 6.4
From: Spambait <curl_at_spam.wolvesbane.net>
Date: Fri, 10 Mar 2000 20:41:19 -0800
Date: Fri, 10 Mar 2000 20:41:19 -0800
It appears that sending multiple cookies is broken in Curl 6.4.
Curl 6.4 sends:
Cookie: name1=value1;name2=value2;name3=value3;
It appears that the correct way to send multiple cookies is:
Cookie: name1=value1; name2=value2; nam3=value3
This appears to be a problem according to the cookie spec (at
http://portal.research.bell-labs.com/~dmk/cookie-3.6.txt), and
IIS4.0 will not accept multiple cookies in the current format.
Can this please be addressed in a future version?
Thank you.
Received on 2000-03-11