How to get the URL of the requesting server
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: How to get the URL of the requesting server
$_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
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....