(CORS) Cross origin issue with Laravel API
You might get a cross site origin error when trying to consume a web api which returns json data. This normally happens when your browser tries to make a request to an external site / location.
A quick work around for this would be adding extra headers as shown in code below:
Comments