| Hi,
It seems to me that version 3.30-RC-17 (+swf) contains a
bug regarding cookies.
I have a project where accept cookies is turned on. I
placed a cookies.txt (taken from Netscape) in the project
directory. I started the download (and used activate
debugging mode for a full HTTP headers log). In the first
request no cookie is sent.
I tried the following variations,
- sites on default(80)/non-default(8080) portnumber
- http/https sites
- localhost/non-localhost
Of course I modified the host part in the cookies.txt
accordingly.
All situations show the same behavior: no cookie is sent in
the first request. Received cookies ARE stored in
cookies.txt AND used in subsequent requests. (So that part
works fine)
As additional info (don't know if it is useful or not), I
also used the same cookies.txt in combination with WGET to
retrieve the same starting url, there the cookie IS sent in
the first (and only) request.
Thanks for any answer,
Remke | |