Cross-Origin Resource Sharing (CORS) allows JavaScript code running in a browser on an external host to interact with your ...

Cross-Origin Resource Sharing (CORS) allows JavaScript code running in a browser on an external host to interact with your mobile service. Specify the host names that should be allowed to make cross-origin calls. You can use wildcards if required (for example, *.example.com).

These settings affect only the use of your mobile service from web applications. Native applications can access your mobile service regardless of CORS settings.