It works on browser fine but in android app we have error:
also we added CORS library and added * in app\Http\Middleware\VerfyCsrfToken but still in android app it doesn't work.
our api is a simple get request to api/test
for test my java code request to google works fine.