Connecting Tech Pros Worldwide Forums | Help | Site Map

Authenticate using a web page

maxamis4's Avatar
Expert
 
Join Date: Jan 2007
Location: Northern VA
Posts: 214
#1: Jan 19 '07
Folks,

Once again I come with a new question. I have this application where a user has a login and Password prompt. Its in MS Access. The powers that be want this to authenticate to a web page that was created. If the user credentials do not match then deny access to application. How can I pass through my credentials to a web page and verfiy that login was successful?

msquared's Avatar
Administrator
 
Join Date: Aug 2006
Location: Dublin, Ireland
Posts: 10,885
#2: Jan 21 '07

re: Authenticate using a web page


Quote:

Originally Posted by maxamis4

Folks,

Once again I come with a new question. I have this application where a user has a login and Password prompt. Its in MS Access. The powers that be want this to authenticate to a web page that was created. If the user credentials do not match then deny access to application. How can I pass through my credentials to a web page and verfiy that login was successful?

You are more likely to get help with this from the forum which deals with whatever language the webpage is written in like Javascipt or PHP.

The webpage will have to search the database or mdw file for the authentication details.

Mary
Reply