Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: using SSL in login


Message #1 by "Chirag Shah" <chiragiit@y...> on Mon, 25 Feb 2002 21:28:22
Hi All!



My login script is working fine. I do have SSL enabled server. 

all my script is in folder name "documents". Question is  what changes do 

i need to make  for using https:// for eg.



<form action="checklogin.asp method="POST"  name="wiz1">

should be changed to 



<form action="https://www.mydomain.com/documents/checklogin.asp 

method="POST"  name="wiz1">



or any thing else do i have to do inorder to make login SSL enabled..?



I will appreciate any help on this..?



Chirag Shah

  Return to Index