Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

We have a web page that uses the openstreetmap API to do reverse geocode lookups.
However, it has just stopped working; been running for years but stopped a couple of days ago.

The API call we use is something like 'http://nominatim.openstreetmap.org/reverse?lat=51.5484&lon=-2.26594'
I can see the results OK from my phone so the site is up and running but not from any browsers on our network.
All we get if we try to query it is 'Internet explorer could not connect to ....

We do have our own DNS servers but I confess I do not know an awful lot about these things.

Is it possible that our DNS server is unable to resolve the URL?
If so, is there a way to make it rebuild the indexed or whatever?
Is there a test that I can do to prove that this is where the problem is?

Or is it possible that they have blocked us?
Again, is there a test I can do or somewhere I can look?

Any help or suggestions gratefully accepted.
Posted
Updated 12-Aug-14 22:32pm
v2
Comments
OriginalGriff 13-Aug-14 4:45am    
This may seem silly, but have you tried a different browser?
Reason I ask is I had that problems start a few days ago with a different website in Chrome, and IE can open it ok. (I still haven't got to the bottom of why not, but Chrome reports a ERR_CONTENT_LENGTH_MISMATCH problem)
I just tried the example URL you gave and it works in both Chrome and IE here.
dnibbo 13-Aug-14 4:53am    
Thanks for the reply. I did try chrome and get:
Google Chrome could not load the web page because nominatim.openstreetmap.org took too long to respond. The website may be down or you may be experiencing issues with your Internet connection.

I guess that means it has resolved the URL; so the question now is why does it time out when accessed via browsers on our network but works on a phone with hardly any reception?
OriginalGriff 13-Aug-14 4:54am    
Out of interest what DNS server are you using?
dnibbo 13-Aug-14 5:00am    
we have our own Windows server 2008 R2
OriginalGriff 13-Aug-14 5:17am    
No, no - are you using Google DNS on 8.8.8.8, or OpenDNS on 208.67.222.222, or ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900