rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: macpilot on August 22, 2008, 07:02:56 PM

Title: Possible to Login via HTML link?
Post by: macpilot on August 22, 2008, 07:02:56 PM
Is it possible to create an html link on a webpage to login to http file server?  Currently I have a html link that just directs to the HTTP File Server and then the user is prompted with a window that asks for a username and password.  I am wondering if it is possible to automate this login from a html link similar to FTP?  Thanks in advance. :)
Title: Re: Possible to Login via HTML link?
Post by: ebola on August 23, 2008, 08:24:23 AM
Hi

<a href="123/456/~login">

The path depends on your invironment - but the aktual login goes with ~login.
See also sticky:  HFS - Template Help and Information - Wiki Links


Cheers,
ebola

Title: Re: Possible to Login via HTML link?
Post by: macpilot on August 23, 2008, 08:44:44 AM
Yes, but will this let the user login without entering their password? I'm looking to create a static html link that will allow the user to not enter their password but have that in the link e.g. http://10.7.22.29/~login:user:password

is this possible or am i dreaming?
Title: Re: Possible to Login via HTML link?
Post by: Foggy on August 24, 2008, 08:38:15 AM
its possible

by memory the format was http://user:password@serveraddress

have a look in the wiki, if that doesnt work.
Title: Re: Possible to Login via HTML link?
Post by: macpilot on August 24, 2008, 09:45:55 PM
Worked perfectly.  Thank you  ;D