One Page App With Drupal 8 and - Part 03 - Enable CORS for Drupal 8

In this quick Drupal 8 and video I’m going to show you how to enable CORS (Cross-Origin Resource Sharing) for Drupal 8. In the last episode we had to install CORS plugin for Chrome to get our application working. Of course we don’t want our visitors to have to install plugins to be able to use the application. So I’m going to show you how to enable CORS for Drupal 8 so that we don’t have to deal with all that nonsense. ### Links from the video cors-drupal8 module (
Back to Top