REMOTE "OFF-SYSTEM" USER-AGENT BASED APPLICATION DEVELOPMENT

 
  When developing user-agent based clients (ie Web Browser based) you need to be aware of the inherent internet level cross domain protection.   All ajax like requests from the user-agent to hosts must be on the same domain that is hosting the application.

If you are using mydigitalstructure and the 1blankspace.com domain to host your web app, as in scenario B below, then it is inherent.  If you are using scenario A - then you need to be aware of the restriction.   Of course if building a non user-agent native client, as in Windows OS app, iOS app, Android app etc then direct communication with the host does not have these internet level user protection restrictions.

 
  Remote  
Help!