Click to See Complete Forum and Search --> : .htaccess embed user/pass in URL


ripcurlksm
01-13-2009, 11:56 AM
I have a folder on my server password protected by .htaccess. Is it possible to embed a user/pass string in the url so the client doesn't have to do it? Like:

http://mysite.com/protected/index.php?username=foo&password=bar

talldean
01-14-2009, 01:38 PM
Try:

http://username:password@server.com/url

ripcurlksm
01-14-2009, 02:26 PM
thanks!

Fang
01-14-2009, 02:38 PM
http://support.microsoft.com/kb/834489

ripcurlksm
01-14-2009, 04:05 PM
ehh so no good in IE