Helpful Information
 
 
Category: HTML & CSS
User Name and password

How do you include a User name and Password in a hyperlink to a secured site:confused:

Your question is not easily answered without knowing more information about the environment which it is to be used in.

Presumably the username and password are coming from some kind of database on your server or maybe even the authentication system that comes by default on your server platform?

Why not use a sesssion variable so that you know your user is logged in. You can then check for this variable on each page (using a server-side language such as ASP or PHP) and redirect the user to the login page accordingly.

If you can explain in a bit more detail what you are trying to do (and the language you are trying to do it in), I'm sure someone here will be able to explain things a bit further.

The usual way of doing it is like this

http://username:[email protected]

Jee










privacy (GDPR)