shinypb / openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.
http://openkeyval.org
Other
136 stars 35 forks source link

Add access-control-allow-origin * header on server to allow AJAX XHR #27

Open guillaume86 opened 11 years ago

guillaume86 commented 11 years ago

JSONP is nice but simple XHR could work if headers['Access-Control-Allow-Origin'] = '*' is added on the server.