OAuth Error: This IP can't make requests for that application

后端 未结 4 724
遇见更好的自我
遇见更好的自我 2020-12-03 08:00

I just started to get random This IP can\'t make requests for that application. errors with my app. My server\'s IP address is on my whitelist from my app\'s se

4条回答
  •  执笔经年
    2020-12-03 08:19

    Despite the bugs occuring at Facebook (which led me incorrectly to investigate deeper at the Facebook-side), I realized that my web hosting's outgoing connection changes randomly in few hours. The incoming dedicated IP stays as is, but when I try to initiate a connection server-side, I've realized that my server wasn't using the dedicated IP assigned to it. I've contacted GoDaddy, my hosting provider, and they've informed me that the situation is normal and there's no way to fix it even though I have a dedicated IP. I've cleared the whitelist (allowing ALL IP addresses-the default) and the problem is solved. (Facebook, in the meantime, has analyzed and fixed my whitelist issue too, so I could clear the list)

提交回复
热议问题