Most voted "vue-resource" questions
4 questions
Sort by count of
-
3
votes1
answer1168
viewsHow to pass headers on request with Vue.js 2
I need to pass the header Authorization which is located in the localStorage with the key to iflix-user-token, here is my code: getFilmes: function () { this.$http.get(Api.url + '/filme').then(…
-
1
votes1
answer195
viewsUpload Laravel + Vue.js
I need to upload some files, but there is a detail, will be mounted a table as in the figure below, I can already add in the table itself, but at the time of the upload I do not have the slightest…
-
0
votes1
answer1105
viewsAccess-Control-Allow-Origin error
Personal I am trying to make a request from one server to another to perform a registration, but I always get returned this error: Failed to load http://domain: Response to preflight request doesn’t…
-
0
votes1
answer22
viewsProblem (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…