PDA

View Full Version : secure path?


mjdld
10-9-05, 07:41 PM
I am trying to send information from a form in Flash to a PHP program that is in my cgi-bin folder. I can do it by using the path http://mydomain.com/cgi-bin/filename.php.

To send the information securely what path do I use?

Should this work? 'https://mydomaincom.secure.powweb.com/cgi-bin/filename.php

Thanks for the help.
Joe

stevel
10-9-05, 08:37 PM
Yes, exactly.

BerksWebGuy
10-9-05, 08:49 PM
Yes, for SSL paths...goto: OPS -> Packages -> HTTP and look for secure URLs.

mjdld
10-9-05, 09:28 PM
Okay...When I use the secure path, the php program will not send the data back to the flash movie...

It works fine when I don't use the secure path.

Any idea why?