I am automating form of following web sites using HTTPWebRequest in vb.net
Code:
http://www.ignite400.org/submit.php,
http://www.tradingyp.com/submit.php
These sites are having dynamic captcha & these captcha get changed for every http web request.
what I want is submit request happens, the captcha image should pop in a small window and I wanted to enter the captcha and click ok, then it should submit to the site.
showing captcha image on box is not ptoblme but the problme is captcha gets changed on request & page gets refreshed
any way to keep same captcha with out refersing using httpwebrequest
Code:
http://www.ignite400.org/submit.php,
http://www.tradingyp.com/submit.php
These sites are having dynamic captcha & these captcha get changed for every http web request.
what I want is submit request happens, the captcha image should pop in a small window and I wanted to enter the captcha and click ok, then it should submit to the site.
showing captcha image on box is not ptoblme but the problme is captcha gets changed on request & page gets refreshed
any way to keep same captcha with out refersing using httpwebrequest