CORS – Lumen and Angular request

Solution:

Enabling apache mod_headers will fix this issue. Run below commands

  1. a2enmod headers
  2. sudo service apache2 restart