Hi all. I have a an appwhich recieve request from another app. So in my app there is no users and etc. There are only global data .So I have created FormRequest and get my request via curl. But every time I am getting "This action is unauthorized" error. How can I solve this problem!
Hi, I guess that in your form request there's a authorize method which has some logic, or maybe a middleware is applied. Take a look in that form request, and run php artisan route:list to see if that route has applied middlewares