Whenever I try to send an ajax request to nominatim I am getting an empty http response for example a query I am trying to do is:
If I try to enter the URL through the web I see the page returns a valid json but when I try to request the following method using javascript / jquery I am being sent into .ajaxError functionality. The exception on firebug shows 200 OK status which is wierd. I had checked the params using firebug - the post data that I am posting is the same as above - the issue comes in the response itself. I am getting an empty response from nominatim. I'm also pretty sure that the code is OK - it had WORKED in the past, and just stopped working a few days ago. I even rolled versions back to be sure and it is the same. My ajax params are:
I am really trying to find something wrong in my code and to fix it, but I just don't find anything - as I mentioned - old code which I wrote and know for certain it works doesn't work anymore - that is after going back versions using svn. Does anyone knows if there is an issue with nominatim? If not I would also be glad to get some mail and maybe contact them as I just don.t success to find a support mail. Also if someone knows of another way to help - I would be glad to get new ideas, as I think I had lost all mine.. |