Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I changed the DNS details for my websites to new nameservers, however I realised these were incorrect (after 24 hours). So they were changed to correct values. The sites are now slowly beginning to resolve through different ISPs.

The problem I have is that one website uses the data from another via an API and this is now broken. Is there a way to force it to use the correct details? For example would it be correct to add the IPs to the hosts file?

share|improve this question
can the server your website is hosted on ping the 'data' server? Maybe the new DNS server cannot resolve it? – Marc Costello Jan 7 at 12:24
@MarcCostello nope, I get the following: "ping: cannot resolve example.com: Host name lookup failure" – xylar Jan 7 at 12:29

closed as off topic by Rowland Shaw, kmp, stusmith, Jens Björnhager, Ananda Mahto Jan 7 at 16:25

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

It may work, unless the other end performs reverse lookups. If that is the case then settings would need to be changed on both sides, assuming you have control over the other server.

If it performs reverse lookups and you have no control over the second server, then you just have to wait for the public records to update.

share|improve this answer
Thanks, looks like I'm going to have to wait :/ – xylar Jan 7 at 12:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.