URL wrapping

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sh33p1985
Forum Commoner
Posts: 78
Joined: Thu Mar 11, 2004 9:22 am

URL wrapping

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply