Add data to couchdb with jsonp response -
is there way add data couchdb runs on domain , response whether operation or not? know couchdb supports jsonp callback can add data approach?
no, cannot this. couchdb's rest api requires post or put request in order insert data, jsonp supports requests. can retrieve data couchdb across domains, updates/inserts/deletes won't work.
Comments
Post a Comment