Link to home
Start Free TrialLog in
Avatar of newtoperlpgm
newtoperlpgmFlag for United States of America

asked on

Automate process to look up data on secure website

How can I automate a manual process where a human has to look up a member on an external website that requires login.  For example, we need to look up members on a web site where we login and search to obtain valid member information.  This is very tedious and it seems it could be automated, since we already have access to that web site.  
I am thinking I could build a .Net application that could login and access that web site in order to query, similar to an LDAP query I recall my organization used 10 years ago to lookup phone numbers for its employees.  
Thank you for any insight and suggestions.
Avatar of zephyr_hex (Megan)
zephyr_hex (Megan)
Flag of United States of America image

The website is just a front end for some data storage mechanism on the back-end (most likely a database).  So, your options are to write an API for that external website so that you're able to retrieve the information you need, or, perhaps you're able to connect to the database behind that website and query it via code ?
Avatar of newtoperlpgm

ASKER

Yes, that is what I was thinking, but I did not know if there was some standard.   I have not been developing applications for a while.
ASKER CERTIFIED SOLUTION
Avatar of zephyr_hex (Megan)
zephyr_hex (Megan)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial