# Adress of a local webhook into NodeRed

**URL:** https://discourse.nodered.org/t/adress-of-a-local-webhook-into-nodered/58098
**Category:** General
**Created:** [10 February 2022 19:53 UTC](https://discourse.nodered.org/t/adress-of-a-local-webhook-into-nodered/58098 "2022-02-10T19:53:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Flixm](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/flixm/32/17122_2.png) [@Flixm](https://discourse.nodered.org/u/Flixm)
#### Post date: [10 February 2022 19:53 UTC](https://discourse.nodered.org/t/adress-of-a-local-webhook-into-nodered/58098/1 "2022-02-10T19:53:26Z")

</div>

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

---

<div class="post-metadata">

### Author: ![E1cid](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/e1cid/32/77971_2.png) [@E1cid](https://discourse.nodered.org/u/E1cid)
#### Post date: [10 February 2022 20:20 UTC](https://discourse.nodered.org/t/adress-of-a-local-webhook-into-nodered/58098/2 "2022-02-10T20:20:26Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Flixm](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/flixm/32/17122_2.png) [@Flixm](https://discourse.nodered.org/u/Flixm)
#### Post date: [11 February 2022 17:17 UTC](https://discourse.nodered.org/t/adress-of-a-local-webhook-into-nodered/58098/3 "2022-02-11T17:17:15Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [25 February 2022 17:17 UTC](https://discourse.nodered.org/t/adress-of-a-local-webhook-into-nodered/58098/4 "2022-02-25T17:17:46Z")

</div>

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