Re: How to get the URL of the requesting server
Posted: Sun Jan 18, 2009 11:21 pm
$_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.