Hi guys...
I need to submit a web form in a automatic way...
The form uses "action=" and "method="POST""
I can easely gather the information I need to send, including the "hidden" names and values...
But how do i arrange this data in my httprequest?
It would be MUCH easier to simulate a click on the submit button, but it is somehow iludding me...
I need to submit a web form in a automatic way...
The form uses "action=" and "method="POST""
I can easely gather the information I need to send, including the "hidden" names and values...
But how do i arrange this data in my httprequest?
It would be MUCH easier to simulate a click on the submit button, but it is somehow iludding me...