Author | Topic: SSL | |
---|---|---|
Allen Lee | SSL on Tue, 21 Sep 2004 11:31:33 -0700 Hi Everyone; Our website employs: action="https://oursite.com/cgi-bin/waa1gate.exe" in the form tag of one page to invoke SSL when personal data is passed from the client to the server. All other pages use: action="/cgi-bin/waa1gate.exe" Our clients want to see the "security lock" icon on all pages even though NO personal data is being passed. They want the entire site secure not just the page where it is functional. Question: What changes need to be made to accomplish this? Do I need to add "https://oursite.com" before all "/cgi-bin/waa1gate.exe" ? Is there a better solution? Allen Lee |