QUOTE (wy125 @ Mar 7 2009, 12:19 AM)

On my site I keep track of the user's IP address who connect to the site. However, for that past week or so all IP's are now one of two (they all start with 205). No matter where I connect from the value of Request.UserHostAddress is the same. I'm sure that it's because of some change that Network Solutions has implemented. It looks like they are handling web requests through some sort of proxy. Has anyone else noticed this?
When you have an SSL certificate installed on your Hosting Package, all requests for that domain name will be passed through the SSL proxy. The only way to detect the client IP address would be through client-side scripting like JavaScript.