Page 1 of 1

URL wrapping

Posted: Thu Nov 23, 2006 12:44 pm
by sh33p1985
i have an SSL folder on my webspace that my checkout.php will be stored for the online shop

this is basically a form asking for details from the buyer.

however, this folder is stored on a seperate server from my website and was wondering if its possible to be able to access it and wrap the URL. e.g.

https://SSLdomainname/myfolder/checkout.php

to

http://www.mydomainname/checkout.php

Posted: Thu Nov 23, 2006 12:56 pm
by feyd
I don't think its a good idea to pierce the security layer in this fashion by wrapping it on a insecure url. Inform the user that they will need to fill out information on a secured server that is different from the current and continue over there or something.