Question User IP address

IBMJunkman

Senior member
May 7, 2015
719
237
116
My website (on GoDaddy) has a comment page where the user enters info and clicks on send. I am capturing what I thought is the users IP by using Request.UserHostAddress in the form's VB code. I have had a friend in CA try the form. I have tried the form from my iPad (both on wifi and cell) and from my Android. I always get 192.88.134.12. That resolves to cloudproxy11012.sucuri.net. Until recently I was getting a lot of BOT traffic using the comments page. Those also had the same IP address.

Apparently GoDaddy and Sucuri are one or close.

How or why are they changing my data being sent to the email server?
 

IBMJunkman

Senior member
May 7, 2015
719
237
116

Sgraffite

Member
Jul 4, 2001
102
37
101
I need to understand the flow. I doubt everyone that tried it is using the same proxy. Including my BOT friends.
I was under the impression that it was GoDaddy's proxy to your site, however they have that set up. So every user interacting with your site goes through the same proxy.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,326
4,000
75
It's a reverse proxy. Your host placed it in front of your server. It may have other roles, such as caching, blocking some of your "BOT friends", and load balancing requests among several actual servers hosting your site.