Click to See Complete Forum and Search --> : Redirect code


dcjones
10-18-2003, 05:30 PM
Hi All,

Is there any way that a html page can only be accessed from one URL.

I am trying to set up a system that will allow a user to select to purchase an item from my site, click on the BUY link, it then goes to my ClcikBank account, the payment process is done and they can redirected back to a page with the downlaod item on it.

But I do not want users going directly to the downlaod page.

Can anyone help

Thanks in advance.

Dereck

Keep safe and well

MotherNatrsSon
10-18-2003, 05:37 PM
I think what you are looking for is called a "valid referrer id" but I do not know how to set one up for sure. Maybe try a search with those terms. I know that for most online transactions, merchant accounts will only accept transactions from one url and that is done byt the method I mentioned. I suppose it would be some dort of server side valicdation of the incoming url to either allow the page to be loaded or not loaded depending on where the request for the page came from.

HTH

MNS