Ben,

Example of a session:

start:
    http://www.eapintl.com   -- loades index.html

user clicks on a hyper link that does something like:
    <@cgi><@appfilepath>members.taf?_function=members

members.taf checks to see if the user is logged in, and if they have not 
logged in, it calls:
    <@cgi><@appfilepath>logon.taf

So now this complete url would be:
    http://www.eapintl.com/logon.taf

I want to change the url to:
    https://www.eapintl.com/logon.taf

The catch is, I have to dynamically pick up the url because it could already 
be https://www.eapintl.com/logon.taf, or it may be http://www.eapinc.com, or 
one of my other 15 domain names.

I want to force the logon program to use a secure socket connection while the 
user logs in.

Thanks, Troy

--------------- Original Message:

Hi Troy, Can you give me a little more on this like, where are you making the 
HTTP call from? is it a called from a link or when a page loads? you can use 
the <@REPLACE> to change HTTP to HTTPS... you can do it in Javascript called 
from the onLoad event of the Tag... Throw me a bone here... Ben Johansen 
[EMAIL PROTECTED] ----- Original Message ----- From: "Troy Sosamon" To: 
"Rbase List" Sent: Thursday, May 10, 2001 7:52 PM Subject: Tango - https > I 
am working on a new Tango app that has password login capabilities. I have > 
the password program written and works just fine. Now I am trying to add > 
some code to it to use secure sockets. Basically is what I need to do is > 
write a small tango piece that changes http:\\www.eapintl.com\logon.taf to > 
https:\\www.eapintl.com\logon.taf. It has to be dynamic, because there are > 
several different domain names that use this same piece of code. > > Has 
anyone done this, or can give me some ideas of which system variables and > 
functions I need to look at to do it. > > Thanks, > > Troy > > Troy Sosamon > 
Denver Co > [EMAIL PROTECTED] > >

Troy Sosamon
Denver Co
[EMAIL PROTECTED]

Reply via email to