Hi, I’m having issues getting the complete token from a http request node. The node only returns 218 characters. If I use postman the token is much longer. It is in relation to an api call, with at username and password authentication. Username is included in the url and the password in the body
How do you know that it is only returning 218 characters?
Hi the string sats 218 characters and when copying it to excel and do a Len on it it is also 218
Where does it say that?
How are you copying it to excel?

this is a node.warn ("Length: " + msg.token.length) with a token copied form postman and when using that token I receive data.

this is the output when using node red to request a token and I get authorization error
What is in the string? Does it look like the start of a token?
Hi, solved, my mistake there was 2 url links with v1 or v2. I used the wrong one. Thanks for helping.