<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Would it be possible to add CORS support to to this API?  This would allow the API to be used from browser-based clients without having to jump through the JSONP hoops.  The full spec is here:</span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">      <a href="http://www.w3.org/TR/cors/" target="_blank">http://www.w3.org/TR/cors/</a></div><div style="font-family:arial,sans-serif;font-size:13px"><br>
</div><div style="font-family:arial,sans-serif;font-size:13px">But for a publicly-accessible API, all that's really needed is to add the header:</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div>
<div style="font-family:arial,sans-serif;font-size:13px">      Access-Control-Allow-Origin: *</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
to all responses.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Best wishes,</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">                 Thomas.</div></div>