[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wget like with cookies



Well, cookies are simply sent as header values. wget supports sending additional
headers with the '--header=' parameter. For example:

wget --header="Set-Cookie: foo=bar" http://www.blah.org/index.html

For detailed information about the syntax of the 'Set-Cookie' header go to
http://developer.netscape.com and do a search on 'cookie' and you'll find their
document which describes the cookie header and more stuff about cookies.

Mario Filipe wrote:

> hi
>
> Does anyone know if there is a wget like package that allows us to "send
> cookies"? thanks

--
Jens B. Jorgensen
jjorgens@bdsinc.com



--  
Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: