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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -