libwww-perl-5.806 causes data loss in HTTP Headers
libwww-perl-5.806
If three Set-Cookie headers are sent in the reply, HTTP::Cookies only
keeps the third and last one.
Re: libwww-perl-5.806 causes data loss in HTTP Headers
On 07/27/2007 07:47 PM, OverlordQ wrote:
> libwww-perl-5.806
>
> If three Set-Cookie headers are sent in the reply, HTTP::Cookies only
> keeps the third and last one.
>
Could you create a very short program to demonstrate this?
BTW, libwww-perl makes a 'request' to a server, and that request would
contain 'Set-Cookie' headers. A server would respond with a 'response,'
and that response would contain 'Cookie' headers.
RE: libwww-perl-5.806 causes data loss in HTTP Headers
Mumia,
I think you meant to say the request contains Cookie headers and the
response contains Set-cookie headers.
Best regards,
Ted Behling
-----Original Message-----
From: Mumia W. [mailto:mumia.w.18.spam+nospam [at] earthlink.net]
Sent: Saturday, July 28, 2007 11:08 AM
To: libwww [at] perl.org
Subject: Re: libwww-perl-5.806 causes data loss in HTTP Headers
On 07/27/2007 07:47 PM, OverlordQ wrote:
> libwww-perl-5.806
>
> If three Set-Cookie headers are sent in the reply, HTTP::Cookies only
> keeps the third and last one.
>
Could you create a very short program to demonstrate this?
BTW, libwww-perl makes a 'request' to a server, and that request would
contain 'Set-Cookie' headers. A server would respond with a 'response,'
and that response would contain 'Cookie' headers.