Questions tagged as 'axios'

0
answers

Axios - Basic Auth not working

I have to do a POST login request in an API, however I have a problem requesting with the axios. I set up the request following the documentation of the own axios, using 'auth' in the creation of the 'axios instance', see: const instance...
asked by 14.02.2018 / 20:48
1
answer

Vue js and Axios does not identify API JSON response

// Get Pipelines const getPipelines = new Vue({ el: '#top-pipelines', data: { pipelines: [] }, mounted() { axios({ method: 'post', url: 'http:..xpto.../getpipelines',...
asked by 16.01.2018 / 14:37
1
answer

Access-Control-Allow-Origin Error

I am trying to make a request from one server to another to perform a registration, but this error is always returned to me:    Failed to load link : Response to   preflight request does not pass access control check: No   'Access-Control-Al...
asked by 29.12.2017 / 16:49
0
answers

Heroku Server does not recognize my CSS and Javascript files

I recently created a Laravel project that is using VueJs and Axios, and then I sent it to the Heroku server, but something strange happened, the page is very strange and I noticed that the public folder was not being viewed, but this was not t...
asked by 30.10.2017 / 09:51
1
answer

Configure headers on Axios?

I'm using Axios to make the requests between client and server, but I'm having problems with headers . When I do the requests Postman returns exactly what I want (which in this case is a PDF), but when I make the request through my client...
asked by 04.08.2017 / 21:26