Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6394] iOS: Ti.Network.HTTPClient.send() always converts to POST if arguments are supplied

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:14:05.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sn/a
ComponentsiOS
Labelstbs-1.9.0
ReporterStephen Tramer
AssigneeIngo Muschenetz
Created2011-11-30T15:20:54.000+0000
Updated2017-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).

Comments

  1. Lee Morris 2017-06-07

    Closing ticket due to time passed and lack of progress.

JSON Source