hello
i want to authenticate header(URL).now when url to be authenticated is entered in addressbar and clicked then a pop up menu appears asking for username and password.
But wht i want is that username and password is being filled from databse whithout user interaction.
in brief i want aunthetication to be done without user's interaction.username and password for a particular url are stored in database.
I think i'm clear now.
Thanks
renu
[SOLVED] authenticate URL without being asked from user.
Moderator: General Moderators
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
hey not disable logins.but that process will be in background.
i mean when user enter the url then it should be check tht whether password exists for tht url in database
and if that exists then that url is authenticated.
now wht happening is tht when user enter url then popup menu asking for password appears and then user enters password here.but i dont want to display tht popup menu.
am i clear now?
i mean when user enter the url then it should be check tht whether password exists for tht url in database
and if that exists then that url is authenticated.
now wht happening is tht when user enter url then popup menu asking for password appears and then user enters password here.but i dont want to display tht popup menu.
am i clear now?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I think renu's talking about http auth popups... and logging in through the url of this example: http://username:password@hostname/path?arg=value#anchor
I call pretty insecure.
I call pretty insecure.