bgibilaro
August 10th, 2009, 08:47 PM
Hello All,
I have a bit of a quandry. I wanted to create windows form to scrape some data from a web app that I have an account for. I was planning on doing the standard ol' process using HttpWebRequest and was going to create the credentials in the request, blah blah blah.
Anyways, apparently, this app uses some crazy security where I have to login with one set of credentials, it creates a temporary certificate that I have to agree to and then I have to login with another set of credentials.
So my next thought was that I would write something that would actually handle the process of filling in the fields and clicking the buttons on each step of the process, etc. The problem? I have no idea how to do that, or if it is even possible.
Anyone had any experience with this? I guess it is almost like writing a macro or something, only from my code.
I would appreciate any help. Thanks!
Bob
I have a bit of a quandry. I wanted to create windows form to scrape some data from a web app that I have an account for. I was planning on doing the standard ol' process using HttpWebRequest and was going to create the credentials in the request, blah blah blah.
Anyways, apparently, this app uses some crazy security where I have to login with one set of credentials, it creates a temporary certificate that I have to agree to and then I have to login with another set of credentials.
So my next thought was that I would write something that would actually handle the process of filling in the fields and clicking the buttons on each step of the process, etc. The problem? I have no idea how to do that, or if it is even possible.
Anyone had any experience with this? I guess it is almost like writing a macro or something, only from my code.
I would appreciate any help. Thanks!
Bob