I fail to mirror a https-site with wget.
I login with mozilla and enter the account information, then I copy
the URL with the sessionid into the wget command.
Consider following command:
wget -p -r -E -k 'https://bds.click.net/bds/;jsessionid=DURHEOXMSAJQORCBC5PALCQ?NavID=00001225&HlKey=00001224&'
I get one file named
bds.click.net/bds/index.html?NavID=00001225&HlKey=00001224&.html
but:
1. no links are retrieved
2. no images are retrieved
3. recursive is not working
4. convertion is not working (https://bds.click.net/bds is still part
of links)
Why is wget behaving so weird?
Any hints?