CORS (resource sharing between different sources) is browser technology that allows a web page to access resources from another domain.
To enable CORS in Apache2, you must first activate the headers module, in Ubuntu Server, you can do this with the command:
Continue reading “Access-Control-Allow-Origin (CORS)”