i haven't had much experience with user authentication, so i have a few questions.
i wrote a script, which if a user is not logged in, it will show the login page and once they put in their information it will refresh the page, and login...validating information through the database.
1) i want the ability for users to login through the URL tho, as well...
http://username:password@www.mysite.com/memberpage
i'm not sure exactly what this is called, but i kno i don't kno how to use it. how do i check if a user is trying to login using this method? can i check the headers?
2) in addition, when a user logs in through the normal form, i want it to also login using the browser authentication...so when they show up in my access logs, i can indentify them (easier).
i'm not sure how to look into any of these methods, so if sum1 could even point me in the right direction, that'd help alot.
thanks





Bookmarks