Cross-domain AJAX to enter table rows
When I saw that you have REST API I took for granted that you will be able to accept cross-domain AJAX requests from browsers by implementing the correct HTTP headers. I build an app based on this, it never came to my mind that you would miss such a feature.
Is there any reason whatsoever that you don't have one CORS HTTP header Access-Control-Allow-Origin: * ?????