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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing a username and password to a Firewall popup 1

Status
Not open for further replies.

cturland

Programmer
Sep 25, 2000
66
0
0
GB
Hi all,

Is it possible to pass a username and password automatically to a Firewall popup?

Thanks in advance,
Carl
 
I don't think you can pass them AFTER the popup, but you can try including them in the URL. Here's how that looks:
Code:
[URL unfurl="true"]http://username:password@www.somewhere.com[/URL]
Just remember that this means that anyone who does a "view source" on that page can see the userid and password. I only use that technique when I have a DEMO of a password protected area and don't want someone looking at the demo to have to enter the userid and password. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Thats perfect!! Thank you!

I know the user can see the code when they view source, this shouldn't be a problem though as the site is internal and the only people accessing it should know the password anyway - just saves them entering it everytime! :)

Thanks again,
Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top