I have a page that when you look in the address bar is a url like:
http://www.mysite.com/index.php?cc=1&tow=8695325&ci=2563
I need to go to a credit card processing site from this page. The processor checks the url against a url that you type in on the admin part.
Problem is, I can't have a referral url that is dynamic.
Is there any way to change my dynamic url so that the processor reads it as a static url like: http://www.mysite.com/index.php without the values at the end, but somehow still retaining the values like it would if I had submitted the info through a form.
Maybe throught HTTP_HEADER or something.
If any of my alien language makes sense to you, please reply ;-)