Hello,
I have a an HTTP Connection that needs a Custom 'Authorization' Header in the form of:
'Authorization': 'Token '
This works fine in postman.
In IO, I don't believe I can use the Token Auth as the Authentication Type with the 'Token '
When I try to include extra characters before the handlebar expression ('Token {{connection.http.encrypted.token}}') I get an error relating to not being able to find the key:
Cannot use 'in' operator to search for 'brick' in ******"
I also tried setting the http.connection.encrypted.token value to include the 'Token ' prefix. In this case I get an error that the token cannot contain a space.
I don't believe there is a handlebar to concat strings, and even so I think I would get the same token containing a space error.
Any thoughts appreciated!