[TIMOB-6394] iOS: Ti.Network.HTTPClient.send() always converts to POST if arguments are supplied
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-06-07T22:14:05.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | tbs-1.9.0 |
| Reporter | Stephen Tramer |
| Assignee | Ingo Muschenetz |
| Created | 2011-11-30T15:20:54.000+0000 |
| Updated | 2017-06-07T22:14:05.000+0000 |
Description
Discovered from a message on the Titans mailing list, and confirmed by a brief source analysis:
If we pass any arguments to
Ti.Network.HTTPClient.send(), then the message is always converted to a POST, because the postData/postBody are set in the logic handling. We should be respecting the user's GET/POST protocol designation.
Note that Android has the correct behavior (it always respects GET/POST).
Closing ticket due to time passed and lack of progress.