Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've tried several formats like vtoken, $(vtoken), "$(vtoken)", '$(vtoken)', Bearer vtoken, and Bearer $(vtoken), but none of them work.
vtoken
$(vtoken)
"$(vtoken)"
'$(vtoken)'
Bearer vtoken
Bearer $(vtoken)
It only works when I use a fixed value like:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Has anyone successfully passed a variable to the Header? What's the correct syntax?