{ "id": "123664", "key": "TIMOB-16202", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-06-26T23:06:19.000+0000", "created": "2013-12-12T20:36:00.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "acs", "cors", "proxy" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-16T01:09:18.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "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.", "attachment": [], "flagged": false, "summary": "ACS: Appcelerator Cloud Services are not available on Mobile Web", "creator": { "name": "abeswede", "key": "abeswede", "displayName": "Jeff Abele", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "abeswede", "key": "abeswede", "displayName": "Jeff Abele", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "284169", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello Jeff!\n\nIn 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:\n\nhttp://docs.appcelerator.com/titanium/latest/#!/guide/Mobile_Web_Limitations\n\nBest,\n\nMauro ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2013-12-13T02:35:41.000+0000", "updated": "2013-12-13T02:35:41.000+0000" }, { "id": "284442", "author": { "name": "abeswede", "key": "abeswede", "displayName": "Jeff Abele", "active": true, "timeZone": "America/Chicago" }, "body": "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:\n\n\n{code:title=app.js|borderStyle=solid}\nTitanium.UI.setBackgroundColor('#000');\n \nvar win1 = Titanium.UI.createWindow({ \n backgroundColor:'#fff'\n});\n \nwin1.open();\n \nvar button = Ti.UI.createButton({width:200,height:50,title:'TEST'});\nwin1.add(button);\n \nbutton.addEventListener('click',function(){\n var xhr = Titanium.Network.createHTTPClient();\n xhr.open('GET', 'http://remysharp.com/demo/cors.php');\n xhr.onerror = function(e){ \n alert('Error ='+e.error);\n };\n xhr.onload = function(){\n alert('Response ='+this.responseText);\n };\n xhr.send(); \n});\n{code}", "updateAuthor": { "name": "abeswede", "key": "abeswede", "displayName": "Jeff Abele", "active": true, "timeZone": "America/Chicago" }, "created": "2013-12-16T15:32:44.000+0000", "updated": "2013-12-16T15:32:44.000+0000" }, { "id": "422909", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Marking ticket as \"Won't Fix\" as MobileWeb has been deprecated.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-26T23:06:19.000+0000", "updated": "2017-06-26T23:06:19.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }