Jpre
20 pts. | Mar 24 2009 2:26PM GMT
We are trying to write a program to check if the site is using a proxy. We want to make sure that the site owners are doing what they say they will.
Mshen
23535 pts. | Mar 24 2009 6:02PM GMT
If you have access to the backend server log files, you can check if all HTTP request to that server is coming from the proxy address. Externally, it is very hard to identify a well implemented reverse proxy.
KevinBeaver
7610 pts. | Mar 31 2009 8:19PM GMT
You may be able to use a local Web proxy or network analyzer to analyze HTTP requests and responses and see if/how they’re being manipulated.






