I am building a web application on the IP address of a shared server on GoDaddy. The application contacts the real estate API, which checks the IP address of the requesting server. The problem is that in GoDaddy our IP is listed as X, but it actually switches between X and at least 4 other IPs at different times. Therefore, when IP is something other than X, our requests are rejected by the API. I am wondering if this will allow a dedicated server, or if there is another way to do this?
source
share