Click to See Complete Forum and Search --> : How proxy is detected?


Unleashed
June 22nd, 2002, 10:32 PM
Under some members number of posts ( like mine ), could be seen "proxy detected" , how a web site or AO can detect if the visitor is using proxy?
And why AO are mention it?
BTW, I am not using any proxy now, but still is appears.

Remote_Access_
June 23rd, 2002, 07:26 AM
You proxy is detected because it's a web (chacheing) proxy. If you were using an anonymous proxy or socks, I don't think that it would be detected. The "proxy detected" message is another AO feature. AO's constantly being updated and changed so be sure to read the site updates and new features when JP posts em.. ;)

Unleashed
June 23rd, 2002, 06:38 PM
Thanks. but how AO can detect it?

slarty
June 24th, 2002, 10:36 PM
Maybe it looks for the HTTP header "Via" which many proxies add.

My ISP has a transparent proxy, but I believe it adds "Via" headers.

pwaring
June 28th, 2002, 03:02 PM
You can detect proxies via some clever PHP scripting, usually by examining the headers that proxies send out. Of course, not all proxies send this information for whatever reason, I'm behind a proxy at the moment but you won't see 'proxy detected' under my profile/username.

This script (http://www.odsource.com/tutorial?ID=147) at Overdose (http://www.odsource.com/) explains a simple way to detect proxies. It's not foolproof by any means, but I think it's similiar to what JP uses.