C
C#3mo ago
Natro

How to debug webhook locally (docker)?

Hey, I have a ASP.NET Core application running through docker-compose. I am wondering if there is a way to test webhooks locally. I am trying to integrate with clerk.com webhooks. My initial idea is to add nginx into my docker-compose and sign a certificate. Is that a viable solution or is there something easier and quicker?
3 Replies
Kouhai /人◕ ‿‿ ◕人\
I would use ngrok
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Natro
Natro3mo ago
I am not getting dev-tunnel option when I am running Dockerfile or docker-compose. Is there a way to configure it this way? I can't find anything regarding this (or I might be searching wrong stuff)