yeah, I am confused about how to set the correct fields, form info like you do below..
#curl --cookie-jar cookies --cookie cookies --location-trusted -e ";auto" -d "9%2e5=Summary" -d "9%2e7=Daily" -d"9%2e9%2e1=${YEST}" -d "hiddenDayOrWeekSelection=${YEST}" -d "hiddenSubmitTypeName=Preview" -d "preview=Preview" "https://itts.apple.com${ACTION}" -o preview.html
where do you get "9%2e5" the vendor page is just three fields. the first field being a select box, the second field is just a textbox that gets auto-populated with what you choose from the first fields select box and the third field is a select box that says "select territory" but there is nothing in it to select.
I took a snapshot of the form variables... I have no idea how to shape the url for curl to use correctly. I appreciate all your help..
http://www.flickr.com/photos/30020071@N04/2809609184/sizes/o/FYI, the vendor page comes right after I select "sales/trending" from the list after the login page, then when I select the vendor page it takes me to a page that has 2 links.. one for 'transactions' and another for 'financials' then I click on transactions which takes me to the 'report options' page..
Can you help me puzzle out the building of the URI or the passing of the correct variables?
Thanks again!