(continuation of error message in title) \" Origin \'http://127.0.0.1:4200\' is therefore not allowed access.\"
I am unable to run the same Angular 5 site on two dif
add this in your public/index.php file
public/index.php
header('Access-Control-Allow-Origin: *');