Page 2 of 2

Re: How to get the URL of the requesting server

Posted: Sun Jan 18, 2009 11:21 pm
by RobertGonzalez
$_SERVER is not a reliable global var. Yes, certain portions of that array can be manipulated. The only real way to validate the sender of data is to give them a key and check the key. It is even better if the key is presented over SSL.

Re: How to get the URL of the requesting server

Posted: Mon Jan 19, 2009 7:57 pm
by Mizhad
Thanks for every body who participating in resolving my problem... The best solution I god is to encode the code by using Zend Guard and providing the user with a key....