Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Javascript and SSL


Message #1 by "Nagmani Nemani" <nagmani.nemani@p...> on Wed, 15 Aug 2001 19:27:40
Hi all,

When I passing value from text box of unsecure page ie. http to another 
page which is https I am getting Access is denied error. Both these pages 
are coming from two different servers, and I have addedd document.domain 
to make sure that they get the same domain. I think Javascript does not 
allow to pass values between two different protocols of http and https. 
How od I get ridof this error. The solution we thought of is by making 
another server secure so both have smae protocol, but is there any another 
solution.

NM

  Return to Index