I’m trying to use a jquery getJSON call on the API, and it is failing because
of cross-domain errors. I have tried using JSONp but the API is not wrapping
the query in a callback. I would prefer to just add
res.header("Access-Control-Allow-Origin", "*”) and fill in my IP, but I do not
know where to add the line at. _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
