Andy Stark a46e16c28a [ACA-2157] Fixed structure, markup and links (#904)
* [ACA-2157] Added brief description and updated links

* [ACA-2157] Fixed broken image URL
2019-01-23 07:45:31 +00:00

1005 B

Title
Title
CORS

CORS

The Alfresco Content Application comes with the proxy configuration for Angular CLI to address CORS-related issues for development.

Also, the docker images contain Nginx settings needed for CORS when developing and debugging an application locally.

Chrome Workaround

For the Chrome browser, you can use the following plugin that allows you to toggle CORS: Allow-Control-Allow-Origin

Firefox Workaround

For the Chrome browser, you can use the following plugin: CORS Everywhere

Safari Workaround

If you are developing or testing with Safari then you can use the "Develop" menu to toggle the CORS mode. Note, the page must be reloaded every time you change the CORS settings.

See also