Forum Moderators: coopster
I've gotten that part to work out just fine, but I know it doesn't work if the end user is behind proxy server. So basically I just want a simple test to see if the end user is behind a proxy. (I don't want to blacklist IPs if I just end up blacklisting pointless IP addresses) All I want it to do is 1) test of the end user is behind a proxy, and if so, 2) return a value of "yes" in the end email I receive.
Anyone know of a quick little PHP code snippet I can use to just return a value of "yes" or "no" to show if the end user is behind a proxy?