Forum Moderators: phranque
I have problem. My vistor use proxy.
This is not a problem. My problem google index proxy url ex :
http://example-proxy-domain.com/index.php?q=http%3A%2F%2Fwww.google.ca%2F
And this is duplicate content :(
Im use temporary solution
Deny from 67.205.111.212
But tomorow i have other problem, witch other php proxy.
In my apache log i view this :
example.com 67.205.111.212 [10/Dec/2008:02:35:13 +0100] "GET /test.html HTTP/1.0" 200 7001
It's possible to find a test for block phpproxy ?
And wikipedia block proxy for edit page, what's solution ?
Best regards
Sorry my english is so poor
[edited by: jdMorgan at 1:53 pm (utc) on Dec. 10, 2008]
[edit reason] Obscured & de-linked URL. [/edit]
After collecting this information about suspicious requests, it is often possible to block proxy requests using combinations of HTTP request header values. Headers like "X-Forwarded-For" and "Via" are often the most useful. You can also look at the "Accept" headers and validate them against the user-agent string in the request; Proxies often modify or omit the "Accept", "Accept-Encoding", and "Accept-Language" request headers typically sent by browsers, and this can be detected.
However, as you can probably tell, this is not an easy project the first time, so it will take quite a bit of work to start. After you have done it once, it is a lot easier.
Jim
Jim