|
-
Nov 19th, 2003, 03:35 PM
#1
Thread Starter
Member
Extracting "Secure" data from Web
I have several bank and credit card accounts. These pages are of course encrypted. I would like to be able to log on to a page, extract the current balance, or even a number of transactions.
This would require the ability to log on, enter a password, then navigate pages, and ultimately download the contents of the screen to be parsed or something more elegant if possible.
I would like to do this transparently, basically click on a "fetch" button and have it log on to several accounts do its thing and display the results on a form of my own design.
-
Nov 19th, 2003, 03:37 PM
#2
How is security handled on the website? Most web handling objects (i.e. WebClient) in .NET will take a Credentials object to pass along for authentication. I'm not sure if these only work with Windows Authentication on the website or what.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|