Desidero rilevare i visitatori del mio sito web utilizzando proxy duplicati?
Se sì, come evitarli? anche come identificare il proxy è un proxy HTTP o un proxy SOCKS?
Se l'intestazione X-Forwarded-For è abilitata puoi usarla.
The X-Forwarded-For (XFF) HTTP header field is a de facto standard for identifying the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer. This is an HTTP request header which was introduced by the Squid caching proxy server's developers. An effort has been started at IETF for standardizing the Forwarded HTTP header.
Puoi anche utilizzare Evercookie per monitorare il tuo IP / attività degli utenti.
Evercookie is a JavaScript-based application created by Samy Kamkar which produces zombie cookies in a web browser that are intentionally difficult to delete.
Leggi altre domande sui tag monitoring proxy web-application