Posts by user139650 • 36 points
1 post
-
2
votes1
answer628
viewsA: React Axios PUT/PATCH method Unauthorized, Laravel 5.7
I believe it is because of the order that you are passing the arguments to the Axios. If you look at the API, you will see that the put call is as follows: axios.put(url[, data[, config]]) I mean,…