[EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Bo Berglund
I want to add a link on my application's help menu where the user's default browser will be opened on a customer page on our website. The website is hosted on a provider running Apache server and I have protected the customer pages using the .htpasswd file where user logins adn password hashes

Re: [EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Octavian Rasnita
Yes I think you can do this using something like: http://username:[EMAIL PROTECTED]/page.html But this method is not very secure, since anyone can take a look in the html code of the help file, and the username/password are also shown in the address bar of the browser when the user opens it.

Re: [EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Frank Hempel
Bo Berglund schrieb: I want to add a link on my application's help menu where the user's default browser will be opened on a customer page on our website. The website is hosted on a provider running Apache server and I have protected the customer pages using the .htpasswd file where user logins