I\'d like to restrict access to a PHP file on my server. This PHP file takes data from an HTTP GET request and appends it to a file. Simple. But I don\'t want this PHP fi
HTTP requests can be built character by character in whatever way the sender wants. Spoofing will always be possible.