webhooksite / webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
https://webhook.site
Other
5.13k stars 398 forks source link

webhooks called from another docker stack #133

Open stefangweichinger opened 1 year ago

stefangweichinger commented 1 year ago

I have Zammad in a docker-compose-stack url using its own docker network, the main zammad application is exposed on the docker-host on port 9015 and is accessed via HAproxy.

From Zammad I try to "contact" your application running in another stack, exposed on port 8084.

IP of docker-host is 192.168.97.160, so a URL of your app is

http://192.168.97.160:8084/0ad520c0-be1e-4f23-b488-bee8f3db1933

I create a webhook in zammad using that URL, plus a trigger, but I don't see anything happening in the "webhook.site" GUI.

I assume that should work, but don't know how to proceed. Any hints?

For example I tried to join the tester app to the zammad docker network and use the container IP as in

http://172.22.0.4:80/0ad520c0-be1e-4f23-b488-bee8f3db1933

Still nothing.

In the zammad logs I see the trigger activated and the hook called.

And yes, I asked the zammad folks as well forum

thanks for any hints