[TIMOB-19557] URL Session Module needs ability to set headers
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Rick Blalock |
| Assignee | Unknown |
| Created | 2015-09-21T15:38:24.000+0000 |
| Updated | 2018-02-28T19:55:43.000+0000 |
Description
Currently there is no way to set headers on the URL session module. i.e. I can't do this in Titanium:
[sessionConfig setHTTPAdditionalHeaders:@{@"apikey": @"123456789"}];
No comments