"Brent Morgan" <[EMAIL PROTECTED]> writes: > But I have a problem. I upgraded to 1.8.1 for win9x. I found the > cookie file for netscape 4 and 6 which are different from one > another. I made sure that each had the correct cookie set for the > website in question. I tried both and got the same error message [...]
If it is not a problem of security or privacy problem, could you use `-d' so that we can determine exactly what Wget sent to the server and what it received? > wget -i members2.txt -O output --load-cookies "C:\Program > Files\Netscape\Users\morgan\cookies.txt" > > What is Set-Cookie? Set-Cookie is the header a server uses to make the browser store a cookie. I suspect there are at least two distinct bugs here, one with Wget not sending the correct cookie, and the other with Wget misunderstanding the cookie set by the server. `-d' output might help with fixing both.
