[TIMOB-16202] ACS: Appcelerator Cloud Services are not available on Mobile Web
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T23:06:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | acs, cors, proxy |
Reporter | Jeff Abele |
Assignee | Eric Merriman |
Created | 2013-12-12T20:36:00.000+0000 |
Updated | 2017-08-16T01:09:18.000+0000 |
Description
It doesn't appear that Appcelerator Cloud Services work on Mobile Web projects. All httprequests fail on mobile web unless a proxy or CORS are used. In the case of ACS it doesn't appear that either of those are setup since it fails.
Hello Jeff! In this case, is part of the limitations of the Mobile Web platform. If you need access to the ACS, you will need to setup either CORS or a proxy in order to be able to pass by the cross domain limitations. Check this document with all the needed info: http://docs.appcelerator.com/titanium/latest/#!/guide/Mobile_Web_Limitations Best, Mauro
I setup a test new project in 3.1.3 for mobile web with a slimmed down app.js. Using a site validated for CORS I still get 'Can't Reach Host'. Here is the code:
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.