[Vuejs]-Request failed with status code 401 even when I passed the api token

0👍

Authorization: "Bearer " + token or Authorization: "bearer " + token

In some cases, only one of the above works!

Leave a comment