Hi, Using wget 1.12 on Debian Squeeze and trying to mirror OpenWrt's Luci web interface only downloads the requested page and its prerequisites, but not <a href=""> tags.
The commands used are: wget --save-cookies cookies.txt --keep-session-cookies --post-data 'username=root&password=' http://172.16.1.1/cgi-bin/luci/ wget --load-cookies cookies.txt -m -r 'http://172.16.1.1/cgi-bin/luci/;stok=b5cb51685f39a8cdc67bf6e1e4871143/admin/status/iptables/' Here is an example of a tag that isn't followed: <a style="display:block;padding-left:25px;" href="/cgi-bin/luci/;stok=b5cb51685f39a8cdc67bf6e1e4871143/admin/status/routes/">Routes</a> Is this a bug or am I doing something wrong? Regards, Olivier
