I am trying to use cURL on an ASPX page, and I would like to know if I am not wasting my time dealing with the POSTing values I am not sure of: specifically being :
__VIEWSTATE
__EVENTVALIDATION
__EVENTTARGET
__EVENTARGUMENT
I need to send several forms one after the other and I think the values rely on one another.
How can I learn how to generate the correct values for them ?