On Sun, Apr 10, 2016 at 8:16 PM, bruce <badouglas@gmail.com> wrote:
Hi.

I know.. off topic questions are usually frowned upon!

I was curious as to why the following wget returns a 403/forbidden. The base url is accessed via the ff/chrome browser.. As far as I can tell/see, the cmd should match what the network is seeing regarding the headers/traffic.

Any thoughts.. thanks

wget -vvv --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"   --cookies=on  --load-cookies=aa.lwp       --keep-session-cookies  --save-cookies=aa.lwp  --referer http://coursebook.utdallas.edu   http://coursebook.utdallas.edu


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Could be they have a wget deny in the web server which will be honored unless you force wget usage.  Check the man pages.