{ "id": "63228", "key": "TIMOB-2596", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-02-19T14:47:52.000+0000", "created": "2011-04-15T03:24:02.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "parity", "tbs-1.9.0", "training" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-02-19T14:47:52.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

Android team added this boolean property (default = true, which\r\npreserves existing behavior). When set to false, we will make\r\nno effort to encode the url passed in\r\n.open().

\r\n

See #2589 if you need further details.

\r\n

example:

\r\n
\r\nvar xhr = Ti.Network.createHTTPClient();\r\nxhr.autoEncodeUrl = false;\r\nxhr.open('GET', 'http://blahblah;wee@@what??!!');\r\n
{html}", "attachment": [], "flagged": false, "summary": "iOS: support HTTPClient.autoEncodeUrl", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "171233", "author": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "body": "If I'd get you right, I can confirm this issue and well, I would love to see this fixed soon so we can work...\r\n\r\nOn android setting this to false has no affect on the this.location of a xhr request. I'm a little bit confused by the iOS: part in the title.\r\n\r\nor is there a workaround?\r\n\r\n---\r\n\r\nedit: I can see this:\r\n{code:javascript}\r\nvar xhr = Ti.Network.createHTTPClient({ autoEncodeUrl : false });\r\n{code} \r\ndoes not work BUT\r\n{code:javascript}\r\nvar xhr = Ti.Network.createHTTPClient();\r\nxhr.autoEncodeUrl = false;\r\n{code} \r\ndoes work...", "updateAuthor": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-11-02T13:19:26.000+0000", "updated": "2011-11-02T13:25:36.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }