If wget recieves a 302 TEmporarily Moved redirection to *another site*,
this site is browsed !

wget -r http://original/index.html

Server reply 302 http://redirect/index.html

WGET goes and downloads from "redirect" !!!!



I also tried adding -D flag but it doesnt help

wget -r -Doriginal -nh http://original/

WGET still browses the redirect site

And by the way - multiple dependcy files are downloaded from the redirect
site - so this is a mojor bug i think





Reply via email to