Use Zoho CRM api from Ajax?

Use Zoho CRM api from Ajax?

Hi!

Does anyone know an example of how to use the Zoho CRM api from an Ajax script, if this is possible?

As far as I've read (and also tried, but not with Zoho CRM as server), the cross domain prevention can be worked around (http://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-resource-sharing/), but I guess that depends on the settings on the server side.

I have created a small Ajax sample where I create get request for contacts. The request seems to be sent alright (no exception from the browser), but I receive no response (at least the status code = 0). I host my script in Dropbox, which from a browser perspective is an ordinary web server.

Has anyone tried this?

/ Don