[Vuejs]-Error on basic auth using axios

0👍

Your parameter for localhost/part2/ /!\ This one /!\ is a raw object.

I think you have to do: JSON.Stringify(youObject) before calling the backend, or send it by POST method like: axios.post(url, data)

Leave a comment