How are you handling CORS?
Jul 2, 2020
4
Level 1
laravel api with session
my API is working fine with the requests from an API testing apps aka (postman or insomnia) but when the request comes from a mobile application (flutter app) the request comes empty session. is there any difference or I am missing something here!?
$phone_session = $request->session()->get('phone', '+000---------');
return ["phone: ".$phone_session];
Please or to participate in this conversation.