i2-Services, Inc. Forums

Full Version: Automated login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm interested in having a Windows or Java application log into a user's account to verify that the (subscription-based) account is still active.

I could imagine that the application could attempt to fetch a protected page, providing the username and password, and examine the results.

Would something like this be possible?

Thanks

algorithmic Wrote:
I'm interested in having a Windows or Java application log into a user's account to verify that the (subscription-based) account is still active.

I could imagine that the application could attempt to fetch a protected page, providing the username and password, and examine the results.

Would something like this be possible?

Thanks


You could i'm sure use javascript to access the mysql server / database and query the record within the active database to see if they were there.

Reference URL's