<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="widows: 1;" class="">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 <span style="color: rgb(51, 51, 51); white-space: pre-wrap; widows: 1; background-color: rgb(245, 245, 245);" class="">res.header("Access-Control-Allow-Origin", "*</span><span style="widows: 1; background-color: rgb(245, 245, 245); white-space: pre-wrap;" class=""><font color="#333333" class="">”</font></span><span style="color: rgb(51, 51, 51); white-space: pre-wrap; widows: 1; background-color: rgb(245, 245, 245);" class="">) and fill in my IP, but I do not know where to add the line at. </span></div></body></html>