Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : Re: How to launch a browser from D7 to a password protected page?
| Subject: | Re: How to launch a browser from D7 to a password protected page? |
| Posted by: | "Christen Fihl" (look_at_hspascal.fihl.net@nospam.plz) |
| Date: | Wed, 10 Jan 2007 22:24:03 |
In the new windows explorer 7 you cannot start url:
http://USER:Password@www.sadfsadf.com
You could this before 7
Now you can start Explorer (not IExplorer) with this same url
But this is not "the users default browser"
PS: I do not think this is an Apache issue, as the client parses
http://USER:Password@www.sadfsadf.com
into
http://www.sadfsadf.com using user=USER and pasword=Password
not Apache
Christen
none