I found a possible Bug in Postman or am I doing something wrong?
When providing a header entry:
X-Transaction-Id: xxx
it gets translated to:
curl ... -H ": xxx" ...
But this is wrong.
Hey @thinkrapido
Seems to be fine on a Mac, I’ll check it on my Linux machine and get back to you.
I posted this bug on behalf of my coleague.
He mentioned that there was a trailing new line character in the string which caused this problem
Pesky trailing spaces…
All good for you / your colleague now?
All fine now, for me and my colleague.
But you can trim the string possibly