I am sorry for my last post with the http code in it.

Here is my solution for switching to https from http.

I have replace all '<' with '['  and all '>' with ']'.  Hopefully you can 
read it this time.

Troy Sosamon


------- this is the first line
[!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"]

[HTML]
[HEAD]
        [TITLE]SECURE LOGON[/TITLE]
[/HEAD]
[@comment] test to see if secure already in tango by using
  IF [@cgiparam server_port] != 80     (IT WILL BE 80 OR 443)  80=HTTP  
443=HTTPS
[/@comment]
[BODY]
  [meta http-equiv="Refresh" content="1; URL=https://[@cgiparam 
server_name][@CGI][@appfile]?_FUNCTION=[@ARG 
name=_FUNCTION]?[@userreferenceargument]" ]

[/BODY]
[/HTML]

---- this is the last line

Reply via email to