simplfy login

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
feamsr00
-


Joined: 04 Jun 2002
Posts: 138
Location: Phila PA

PostPosted: Mon Oct 14, 2002 7:01 am    Post subject: simplfy login Reply with quote

I noticed that you can use the url login from ftp sites, with html logins (the console).
syntax:

http://<user>:<pass>@<server>:<port>

example:

http://sysop:ih8iis@localhost:9999

Here the user "sysop" logged on with the password "ih8iis" to the server "localhost" on port "9999".
This is a security risk, but isnt so bad if your the only one using the computer. That way you can put it in a url shortcut.
btw, I have only tried this in IE.

Alternate passwords:
iissux
iluvaws
:lol:
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Oct 14, 2002 8:49 am    Post subject: Re: simplfy login Reply with quote

feamsr00 wrote:
I noticed that you can use the url login from ftp sites, with html logins (the console).
syntax:

http://<user>:<pass>@<server>:<port>

example:

http://sysop:ih8iis@localhost:9999

Here the user "sysop" logged on with the password "ih8iis" to the server "localhost" on port "9999".
This is a security risk, but isnt so bad if your the only one using the computer. That way you can put it in a url shortcut.
btw, I have only tried this in IE.

What you describe above is not specific to IE. All the web browsers should support this kind of URLs simply because it is the standard.
People are used to URLs being of the form:
protocol://servername[/path]
But the most general syntax of URLs is
protocl://[login[:password]@]servername[/path][#anchor][?query]
Parts between [ and ] are optional.
This is as you said a security risk if you store such an URL on your computer and if you know that other people can access it. But it isn't a security risk for the web server, because the login and the password are always send to it by the browser using the same method whether they come from a dialog box or from the URL.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group