Webhook and reverse proxy? - Smart Home & API - Rachio Community
Webhook and reverse proxy?
post by begunfx on Mar 26, 2024
Hi. I’ve been able to successfully setup a webhook and test it. However, I’m trying to send the webhook to my smarthome server (homeseer) via a reverse proxy and I don’t seem to be getting the response. I setup the receiving URL in the webhook as my domain and alias: example: rachio.myDomain.com. I then set that up as an incoming request to my reverse proxy server via port 443 then redirect it to my smarthome server on its IP address: example: 192.168.1.15:9300 (I picked port 9300 as a random unused port). I then use 192.168.1.15:9300 in mcsMQTT plugin as a TCP webhook but I’m not getting any data. Ideas? Thanks!
post by begunfx on Mar 30, 2024
I was able to figure this out. I just needed to add a custom header to the reverse proxy (in Synology). See attached.