4

I am building a web app on a Shared server IP on GoDaddy. The app talks to a real estate API that validates the IP of the requesting server. The issue is that on GoDaddy, our IP is listed as X but it actually switches between X and at least 4 other IPs at different times. So when the IP is something other than X, our requests get turned down by the API. I'm wondering if getting a dedicated server would solve this, or if there's another way to go about this?

Ben Davidow
  • 1,175
  • 5
  • 23
  • 51
  • You can always select the interface/ip you want your request to originate from, you just have to modify your code to include the ip. – ahmad Mar 05 '14 at 22:47

1 Answers1

4

It seems you can get a static IP with GoDaddy at an additional monthly cost (see the FAQs for more details): www.godaddy.com/ssl/static-ip.aspx

Céline Aussourd
  • 10,214
  • 4
  • 32
  • 36