Hi,
I try to make an HTTP.Request on my Home Assistant server, but after some times, I found my problem:
Invalid argument 'headers': length should be less than 128!
Because the generate token is very long !
token.length ==>> 191
Do you see a solution for this ? because I think that other application can have very long token.
Thankyou