Mobile SDK > Connected mobile application example requirements, installation, and configuration > Configuration
 
Configuration
Some Ajax cross-domain access issues must be resolved before you can preview the example application in a web browser. The Interview Web Service is on the server while the JavaScript in the example application is loaded from the device. For security reasons, most browsers forbid cross-domain access from JavaScript code. To resolve this issue, you must change the web browser's default configuration.
Google Chrome
Add
--disable-web-security
to the chrome.exe shortcut target. For example:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security
Microsoft Internet Explorer
Change the Access data sources across domains option to enable: Internet Options > Security > Internet > Custom level... > Miscellaneous > Access data sources across domains.
See also
Connected mobile application example requirements, installation, and configuration