Postman Bug: "X-Transaction-Id: xxx" is translated to curl '-H ": xxx"'

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.

  • Postman 7.0.9 - Linux - x64

  • Postman 7.0.9 - Win - x64 : works fine :wink:

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… :grin:

All good for you / your colleague now?

All fine now, for me and my colleague.

But you can trim the string possibly