Need some expert advice here. I am trying to automate a trial account creation, however after the first HTTP Request I also need to send a second one to agree to the terms and conditions. Can anyone help me with this. I could do this with Web Recorder, however I am trying to avoid using IE if possible, also want to keep the speed that is HTTP Request.
Any assistance that can be provided with returning the second HTTP Request & pushing the I Agree POST would be much appreciated.
This gives you an example of the next screen that appears. Note it will be creating a new account each day, so I don't know if the second POST request needs to be different each time.
Code: Select all
http://member.hitnews.com/signup.php?product_id=7&name_f=Cyber&name_l=Citizen&[email protected]&login=ta20140311&pass0=ta20140311&pass1=ta20140311&coupon=&do_payment=1&price_group=
Code: Select all
Year>the_year
Month>the_month
Day>the_day
Let>vEmail=ta%the_year%-%the_month%-%the_day%
Let>vUserPass=ta%the_year%%the_month%%the_day%
Let>HTTP_TIMEOUT=15
Let>HTTP_REDIRECTS=1
HTTPRequest>http://member.hitnews.com/signup.php,,POST,product_id=7&name_f=Cyber&name_l=Citizen&email=%vEmail%@ThrowawayEmailAddress.com&login=%vUserPass%&pass0=%vUserPass%&pass1=%vUserPass%&coupon=&do_payment=1&price_group=,vHTML,,,,