Bug #10054
Updated by François ARMAND almost 8 years ago
Storing and sending an array for datasource headers would be friendlier than an object (order fixed, POLA ...)
The awaited format is:
<pre>
For params:
[ { "key": "my-param1", "value": "the param value" }, { "key": "an-other-param", "value": "the value" } ]
For headers:
[ { "key": "header1", "value": "the value 1" }, { "key": "header2", "value": "the value 2" } ]
</pre>