FCC / FCC-APIs

5 stars 6 forks source link

Enable CORS #18

Open qguv opened 6 years ago

qguv commented 6 years ago

To use the FCC APIs from a static site using AJAX requests, we're currently stuck with JSONP. It would be nice if the API responses also sent the CORS header:

Access-Control-Allow-Origin: *

so that they can be hit without the JSONP workaround.