How To receive GET or POST Request From Specified servers
Posted: Thu Aug 18, 2011 4:06 am
Hello Guys.
I've authored a php file which receives some information like this from a bank site (like paypal) :
www.exmaple.com/verfy.php?[b]ed=xxxxx&s ... ?tid=zzzzz[/b]
and stores the ed , sd, tid numbers in the database.
But there's a problem ! Every one can crate a file which posts those information to my verfy.php file!
What should I do to receive those information from ONLY one server!
* I also used HTTP_REFERER but it didn't work.
I've authored a php file which receives some information like this from a bank site (like paypal) :
www.exmaple.com/verfy.php?[b]ed=xxxxx&s ... ?tid=zzzzz[/b]
and stores the ed , sd, tid numbers in the database.
But there's a problem ! Every one can crate a file which posts those information to my verfy.php file!
What should I do to receive those information from ONLY one server!
* I also used HTTP_REFERER but it didn't work.