You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"}
The text was updated successfully, but these errors were encountered:
Took me some time to figure that
"reqHeaderMap": { "x-uuid": "x-uuid"}
is not gonna work because of casingInstead I had to pass
"reqHeaderMap": { "X-Uuid": "X-Uuid"}
The text was updated successfully, but these errors were encountered: