Adress of a local webhook into NodeRed

Hi, quick question ... cause i've some trouble and i'm searching for a solution.

What is the adress which i have to use to send a webhook to NodeRed in a local network?
Am i right with IP: xxx.xxx.xxx.xxx:1880/test/test for example ?
And then I use the "http in" Node with Method "Get" and Url /test/test

Thx in advance

Felix

Yes that is correct, you must also return a response to the requesting server/browser. So when you use a http in you must pair it with a http-response node, making sure msg.res property from the http-in node, makes it to the http-response node.

1 Like

Hey, the responce was the problem in my case.
Maybe there was an update which needs a responce to my shelly device ... now i send a responce and it´s working again.

Thx

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.