18 Jan
2020
18 Jan
'20
9:35 a.m.
On Jan 17, 2020, at 1:20 AM, Lang, Russell <Russell.Lang@team.telstra.com> wrote:
If you set the REST authorize 'body'='json' you do get the attributes, if you 'body'='post' you get none.
And if you don't set it at all the REST module figures out the correct parsing scheme to use based on the Content-Type header...
In what format should the REST API return NT-Password? { {'type': 'string', 'value': []}}
{ 'control:NT-Password': '0123456789ABCDEF0123456789ABCDEF' } -Arran