bkeepers - Can someone help me understand how t...
Can someone help me understand how to authorize http requests to node-red? I'm trying to create an
http in
node that accepts data from a mobile app, but I keep getting 401 response. I created a device token (https://signalk.org/specification/1.7.0/doc/access_requests.html), granted it read/write, and am passing it in the Authorization
header, but still get a 401.
4 Replies
That looks perfect
Can you try just doing a GET on /plugins/signalk-node-red
401 with a GET as well
Oh! Give that id admin access
That did it, thanks @Scott Bender!