Posts by Moura junior • 11 points
2 posts
-
0
votes1
answer22
viewsA: Problem (Same Origin Policy) using Vue.js and Couchdb
Solved by reading the documentation of couchdb, was applying the wrong method, was thus the right code. varcred_ = btoa('admin:admin') var form:{ name:"So-and-so" } this.…
-
0
votes1
answer22
viewsQ: Problem (Same Origin Policy) using Vue.js and Couchdb
I’m making a post request through the Vue.js, to create a document in the Couchdb, I enabled Cors in couchdb with *, left the database enabled for the user admin and made the following code: var…