Adina Parpalita 6e2fc43dc3 [ACA-802] use American English (#122)
fix small typos
2017-12-08 08:25:21 +00:00

747 B

Cross Origin Resource Sharing (CORS)

Chrome Workaround

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

Firefox Workaround

FireFox users can try 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. Please note that page must be reloaded every time you change CORS settings.

See also