I am automating form of following web sites using HTTPWebRequest in vb.net

1 replies
I am automating form of following web sites using HTTPWebRequest in vb.net

Code:
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.

waht 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. getting captcha image to box is not ptoblme but the problme is captcha gets changed on second reques can any one help me how save these dynamic captcha
#automating #form #httpwebrequest #sites #vbnet #web
  • Profile picture of the author softwarewarden
    Originally Posted by JoelDean View Post

    I am automating form of following web sites using HTTPWebRequest in vb.net

    Code:
    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.

    waht 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. getting captcha image to box is not ptoblme but the problme is captcha gets changed on second reques can any one help me how save these dynamic captcha
    from the sound of it your not saving the cookie data or the form data and submitting it back to the second request correctly. eg its not saving/sending the session info to the second request so it don't know that theres an operation (captcha) already so its generating an new session/captcha on the new requests.
    {{ DiscussionBoard.errors[8785385].message }}

Trending Topics