Dominique FERET

Results 3 comments of Dominique FERET

I have the same problem with AXIOS in a vuejs application using Laravel Sanctum authentication having a different domain name than the LARAVEL api. Laravel v7.25 and fruitcake/laravel-cors v2.01 I...

I've solved my problem. In my case, it's "trustedproxy" middleware that's responsible for the bug. => You shouldn't put '*' in 'proxies'. => The transaction is functioning normally. I hope...

> > > @DominiqueFERET > > The content type of `application/json` triggers a preflight request (an OPTIONS) whereas `application/x-www-form-urlencoded` does not. Are you absolutely sure that the form-data requests are...