I’ve got two sites in Local, one trying to access static files (JS,CSS) from the other, which is the way I intend them to interact in the real world. But I’m getting CORS errors. So I’m attempting to change the CORS permissions on source site (it’s using Apache). I’ve tried the recommendations on https://enable-cors.org, with no success.
Not sure which configuration file I should edit, or where in the file the edit should go. Everything I’ve tried results in the site down.
Any ideas?