Hi Istvan, IMO i would retrieve the data server side.. In fact it seems more modular to me. Greetings, Frank
Am Montag, 22. Juli 2013 23:04:13 UTC+2 schrieb istvan.vago: > > Hi all, > I have an intranet based pyjs project used by the company's scientists. > Now I like to add a new some feature to it, but for that I have to use > the ChEMBL REST API with getting the response of a URL like this: > http://www.ebi.ac.uk/chemblws/compounds/CHEMBL1.json > I tried using HTTPRequest.asyncget to retrieve the URL, but it doesn't > work because cross-domain requests not allowed in FF. Is there any > workaround for this, or I have to retrieve the data on the server side, and > return it to the client? > Istvan > -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
