cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Cookie parsing error in Curl 7.4.1

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 10 Nov 2000 08:57:36 +0100 (MET)

On Thu, 9 Nov 2000, Venkataramana Mokkapati wrote:

> During a series of redirects, the cookie set in an an earlier server
> response is NOT sent with the redirected GET request.
>
> Attached is the ourput of 'curl -v -i -L'

The cookie parsing is not enabled by default and none of these flags enable
it. It isn't supposed to work then.

Try 'curl -v -i -L -b -' or something instead!

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
Received on 2000-11-10