naugehyde - I wrote a plugin that registers a P...
I wrote a plugin that registers a POST with the Express router.
I can POST successfully using Swagger but when using a http-request in Node-Red to POST I get a "You do not have permission to view this resource, <a href='/admin/#/login'>Please Login</a>" error.
Note: my request headers do include "credentials: include".
FWIW, when I attempt to send-put to a path with a put handler I get a "put error 405 PUT not supported for <signalk-path>".
I'm new to Node-Red so I'm sure I'm doing something wrong.
Any help would be appreciated.
I can POST successfully using Swagger but when using a http-request in Node-Red to POST I get a "You do not have permission to view this resource, <a href='/admin/#/login'>Please Login</a>" error.
Note: my request headers do include "credentials: include".
FWIW, when I attempt to send-put to a path with a put handler I get a "put error 405 PUT not supported for <signalk-path>".
I'm new to Node-Red so I'm sure I'm doing something wrong.
Any help would be appreciated.