Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embed username &pwd to automatic access secure pages?

Status
Not open for further replies.

Sudmill

Programmer
Apr 20, 2001
65
0
0
GB
I need to embed a username and password into a web page to provide an automatic link through to a page within a secure area without the username and password dialogue box popping up.

Any ideas?

is there such a method as
<a HREF=&quot; username=&quot;xxx&quot; password=&quot;yyyy&quot;>Click here</a>

Cheers

John (Sudmill)
 
Unfortunately, there's no way you could do this without compromising the security of the site. The password would need to be encrypted somehow.
Bill Bruggemeyer
 
This is to be used as an intranet so it doesnot matter if this password is not encripted or visible (everyone knows it anyway).

Im only trying to do it for convenience ! Can anyone help?

Cheers

John (Sudmill)
 
Code:
<a href=&quot;username:password@[URL unfurl="true"]www.somewhere.com&quot;[/URL] ...>
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Thanks thats just the puppy !
Cheers

John (Sudmill)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top