Skip to main content
Known Participant
July 10, 2007
Question

how to detect that the visitor of my website is using a proxy

  • July 10, 2007
  • 1 reply
  • 274 views
hi

how to detect that the visitor of my website is using a proxy server?

thanks in advance.
This topic has been closed for replies.

1 reply

Inspiring
July 10, 2007
.oO(macnux)

>how to detect that the visitor of my website is using a proxy server?

Can't be done reliably. A proxy could send an X-FORWARDED-FOR header,
but doesn't have to.

Why do you want to know that?

Micha