Hi,
I am trying to reproduce this: viewtopic.php?f=5&t=10414
I have tried without any success the example and I have tried to adapt the example:
wget --cookies=on --keep-session-cookies --save-cookies=/tmp/cookie.txt --user-agent=Mozilla 'http://localhost:4040/login.view?user=MYUSER&password=MYPASSWORD'
wget --referer='http://localhost:4040' --cookies=on --load-cookies=/tmp/cookie.txt --keep-session-cookies --save-cookies=/tmp/cookie.txt 'http://localhost:4040/searchSettings.view?update=full'
What am I doing wrong?