I\'m trying to use wget command:
wget -p http://www.example.com
to fetch all the files on the main page. For some websites it works but i
I know that this thread is old, but try what is mentioned by Ritesh with:
--no-cookies
It worked for me!