Are there plans to add the "Access-Control-Allow-Origin" HTTP header to responses from the API server? Without it, webpages won't be able to access data from the API. My trial subscription ends today and without this feature it won't be worth it for me to pay for a subscription.
The header should look something like this:
- Code: Select all
Access-Control-Allow-Origin: *
For more information on Cross Origin Resource Sharing, Mozilla has a good article: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Since most of the applications that use this API are not web browsers this likely isn't a issue for most people, however I would bet that at least 95% of APIs out there have this enabled.
Related posts:
viewtopic.php?f=17&t=2680
https://github.com/SchedulesDirect/JSON ... /issues/75
If someone could look into this, it would be much appreciated.
Matt