08-04-2008 06:56 PM
08-08-2008 11:47 AM
08-08-2008 11:59 AM
08-14-2008 10:30 AM
Hello hillb,
I think the best option would probably be to pop up a user interface in CVI that prompts the user for their login and password. Then use an HTTP SSL encrypted Post to the Web Server with the login and password. You would then have to parse through the Web Server response to verify whether the login was successful or not. A Google search should provide some insight on HTTP Post requests.