I have setup a request header thats passing my user ID on the UI called x-user-id:
It gets pulled as:
"request_headers": {
"x_user_id": {
"name": "user-id",
"variableName": "userId",
"type": "dynamic_variable"
},
but then when pushed, the name is not respected and my header gets renamed as x_user_id
I have setup a request header thats passing my user ID on the UI called
x-user-id:It gets pulled as:
but then when pushed, the
nameis not respected and my header gets renamed asx_user_id