Forum Moderators: phranque

Message Too Old, No Replies

https and domain issues

how to switch page domain between https and http at run time

         

lnx_newbie

2:15 pm on Aug 14, 2002 (gmt 0)



Hi all,
As a requirement of my host I have to use SSL/https for authentication on my site. All of the pages run in a framed-wrapper with http domain and these pages read some js variables in the parent frame. When the authentication response comes back the authentication-response-page is in https domain and it can not read the js variables from the parent frame that is in http domain and I get permission denied errors. Can someone help me figure out how to resolve this run time error? I'll really appreciate your help.
thnx
:)

netcommr

6:50 am on Aug 18, 2002 (gmt 0)

10+ Year Member



I don't know if this will work, but may be worth a try.

Put the scripting in your parent frame into an external file and call it with a secure url.

such as ...SRC="https://...">