Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

autologin using ssl

Status
Not open for further replies.

gabrielp

MIS
Jul 15, 2002
4
0
0
US
I would like to include login credentials into a php file, so the user that clicks it doesn't have to provide any login input and go directly to the next page.
Also, i do not want that the user can see in any way the credentials used !

Actually, i have the code but i need to change it to suit my needs. Can any of you please help me with this ?

Here is the example:

#################################################
<applet
codebase= echo $_GET[srv]; ?>:8008/SYS/Login height=20 width=20
align=center code=NWSHealth.class name=NWServerHealth>
<param name="Delay" value="10">
<param name="SmallGIFs" value="false">
<param name="Host" value="<?php echo $_GET[srv]; ?>">
<param name="Port" value="8008">
<param name="HealthURL" value="/NWHealth/UPDATE/TRAFFICLIGHT">
<param name="HealthHTML" value="/NWHealth">
</applet><br>
#####################################################

when the user goes to or he will be redirected to (<a href=" echo $_GET[srv]; ?>:8009"><b>Remote Manager</b></a><br><br>)
and a login form will ask for user name and password.

In the documentation of the product is stated that "A user connecting on port 8008 over http will be redirected to secure port 8009 for login and all subsequent actions. Login to NRM uses Basic Authentication headers in the https packet."

Thanks a lot in advance.
Gabriel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top