HTTP Node 401 after 200 authentication

Hi, I’m authenticating an HTTP Node which seems to be successful, returning code 200. I know the credentials work because I can use them to access the URL outside Losant. The authentication is returning the 200 code, with supposedly a token to use in subsequent calls, however the next step that uses the token then returns a 401 code.

Hey @David_Alderson,

Can you please paste screenshots that show the debug output and each node’s configuration? If I had to guess, the likely cause is a minor typo or something in one of your templates. Make sure to obscure sensitive information.

Hi Brandon, Yeah apologies, I went back to the beginning after a while of scratching my head and found I had typed the payload path incorrectly in one location. It’s all good now, thanks though for getting back to me.