REPLY REQUIRED: LockDown Security List - Online Subscription Confirmation

2001-09-13 Thread Lockdown Corp
YOU HAVE NOT BEEN ADDED TO THE LIST YET! - YOU NEED TO REPLY! Thank you for your request to join the latest anti virus / trojan and Hacker news list! YOU MUST REPLY to this message if you want to be added to the LockDown Security Bulletin email list! For more information about this list, remove

Re: referer question

2001-09-13 Thread Jens Roesner
Hi wgetters! @André > Guys, you don't understand what the OP wants. He needs a > dynamically generated referer, something like > wget --referer 'http://%h/' > where, for each URL downloaded, wget would replace %h by the > hostname. Well, I understood it this way. My problem was that I mainly u

Re: referer question

2001-09-13 Thread Andre Majorel
On 2001-09-13 11:16 +0200, Jan Hnila wrote: > Hello! > > To be able to use the referer switch, you must have a new version of > wget - I'm not sure, if 1.6 is enough, 1.7 certainly is enough and 1.5.3 > is not enough.(Get more info's from http://wget.sunsite.dk) > > The switch is --referer=URL

Re: referer question

2001-09-13 Thread Vladi Belperchinov-Shabanski
hi! well I think you misunderstood perhaps... I mean not to give referer (the --referer) but to give something like --auto-referer (possibly in wgetrc even) and wget will set referer for each url it process to the host-part from the same url. i.e. I'll give the example once again:

Re: referer question

2001-09-13 Thread Jan Hnila
Hello! To be able to use the referer switch, you must have a new version of wget - I'm not sure, if 1.6 is enough, 1.7 certainly is enough and 1.5.3 is not enough.(Get more info's from http://wget.sunsite.dk) The switch is --referer=URL Try to use it with the -d (debug) switch to see, that it

Re: referer question

2001-09-13 Thread Jens Rösner
Hi Vladi! If you are using windows, you might try http://www.jensroesner.de/wgetgui/ it is a GUI for wGet written in VB 6.0. If you click on the checkbox "identify as browser", wGetGUI will create a command line like you want. I use it and it works for me. Hope this helps? CU Jens Vladi wrote:

referer question

2001-09-13 Thread Vladi Belperchinov-Shabanski
hi! is it possible (well I mean easy way:)) to make wget pass referer auto? I mean for every url that wget tries to fetch to pass hostname as referer. for example: http://www.somewhere.org/path/etc/page.html then the referer should be `http://www.somewhere.org/' well this is not pr