Redirect browser to HTTP if url is HTTPS

A reverse redirection to prevent HTTPS session.
JavaScript • Lotus Formula


URL := "http://" + Server_Name + Path_Info ;

@If(HTTPS="ON";
"<script type=text/javascript>location.href='"+URL+"';</script>";
"")

Posted by fbrefere001 on Wednesday December 5, 2007