Re: Wget like with cookies

1998-07-10 Thread Mario Filipe
On 09-Jul-98 Jens B. Jorgensen wrote: > Ooops, sorry. The syntax for a *Request* header is simply 'Cookie: > NAME=VALUE'. > Shoulda looked over my response and thought for a second before I sent it! > > Mario Filipe wrote: > >> hi >> >> Does anyone know if there is a wget like package that allow

Re: Wget like with cookies

1998-07-09 Thread Jens B. Jorgensen
Ooops, sorry. The syntax for a *Request* header is simply 'Cookie: NAME=VALUE'. Shoulda looked over my response and thought for a second before I sent it! Mario Filipe wrote: > hi > > Does anyone know if there is a wget like package that allows us to "send > cookies"? thanks -- Jens B. Jorgensen

Re: Wget like with cookies

1998-07-09 Thread Jens B. Jorgensen
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.nets

Wget like with cookies

1998-07-09 Thread Mario Filipe
hi Does anyone know if there is a wget like package that allows us to "send cookies"? thanks Mario Filipe [EMAIL PROTECTED] +---+ ->| http://neptuno.sc.uevora.pt/~mjnf | <- Nova Pagina (New) +---+ --