PDA

View Full Version : check if it's a proxy


hung
03-03-2005, 12:05 PM
Is there any way to check an IP is a proxy or not? We received several orders with US IP in header, and want to check it.

thanks

choon
03-03-2005, 01:59 PM
Do a IP whois lookup at http://www.dnsstuff.com/ but your order script should check for HTTP_X_FORWARDED_FOR and REMOTE_ADDR for security sake ;)