Cross Domain Request Workarounds (Updated)

When trying to access your data tier, you [may] encounter the browser’s built in security feature that does not allow you to make XMLHttpRequest object requests to a different domain (see Same Origin Policy). UPDATE 10-24-2012: To get CORS working in IE8 and IE9, use XDomainRequest using the object’s onload …

“App” can’t be opened because it is from an unidentified developer

UPDATE 12-20-2013: According to BBCAmerican below (thanks!), this applies to OSX Mavericks too! Got OSX Mountain Lion? Getting the above error code when trying to install an app? I tried installing Microsoft’s RDC 2.1.1 and encountered this same error. Apparently, there’s a service called GateKeeper that prevents unsigned apps from …