[TIMOB-7181] MobileWeb: HTTPClient post data must be serialized to a string
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-01-15T23:07:22.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Sprint 2012-01, Release 2.0.0, Release 1.8.1 |
| Components | MobileWeb |
| Labels | stage, stage2 |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-13T14:50:17.000+0000 |
| Updated | 2017-03-03T23:24:21.000+0000 |
Description
The HTTPClient send() method needs to serialize the post data into a string in the format param1=value1¶m2=value2.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1179
Closing ticket as MobileWeb is no longer supported.