Hacker News new | ask | show | jobs
by mkelley82 3923 days ago
So I threw this into a website to try and load some data into a table, and get: XMLHttpRequest cannot load http://sheetsu.com/apis/d54d6315?sort=Description&order=asc. No 'Access-Control-Allow-Origin' header is present on the requested resource. How do I handle that?
1 comments

I ran into the same thing. Sheetsu apparently doesn't have CORS (http://www.html5rocks.com/en/tutorials/cors/) enabled so it won't work from client-side JS right now.
Already added to the to do list. Thanks for noticing it.