I was looking at the axios documentation and saw that to pass the user and password it is necessary to use:
auth: {
username: 'janedoe',
password: 's00pers3cret'
},
I applied the same in my reactjs code:
axios.get(store.urlBase + 'api...
asked by
20.08.2018 / 15:40