reqHeaderMap and resHeaderMap requires Canonical MIME Header Key format
kanstantsin-chernik opened this issue · comments
kostya commented
Took me some time to figure that "reqHeaderMap": { "x-uuid": "x-uuid"}
is not gonna work because of casing
Instead I had to pass "reqHeaderMap": { "X-Uuid": "X-Uuid"}