Http in node stopped working since 3.0.3

I use IFTTT webhooks to trigger “http in” node, it stopped working now, putting the url in the browser is prompting for username/password, entering it successfully triggers the node. I guess this is messing things up…

I sense it has something to do with new ingress feature or I needed to safely pass the user/password somehow… but I am not able to put them all together.

https://XXXX.duckdns.org:1880/something

I am not a hass.io user so can’t really help with the ingress issue but another avenue you can take is to run IFTTT webhooks through Home Assistant and then in node-red watch for ifttt_webhook_received event types.

1 Like

Thanks kermit, that works for me