Laravel 5.5 Axios POST results in 419 error
问题 I am trying to make a POST-request to my Laravel API from Vue. The X-CSRF-TOKEN header is set correctly (I see this in the POST-package sent to the server). The route has the default web -middleware. Request Accept:application/json, text/plain, */* Accept-Encoding:gzip, deflate Accept-Language:de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7 Connection:keep-alive Content-Length:2 Content-Type:application/json;charset=UTF-8 Host:api.xxx.local Origin:http://manager.xxx.local Referer:http://manager.xxx.local