ngrok - How to listen on webhook requests locally (docker)?
Hey,
I have ASP.NET app that is listening on Slack webhook requests.
How can I debug this locally? I know there is this thing called tunnels which exists in Visual Studio.
This is my Dockerfile:
My dockerfile:
4 Replies
Ngrok would be easiest
I managed to setup my ngrok:
This is on
https://{uid}.ngrok-free.app/swagger/index.html
When I try to request https://{uid}.ngrok-free.app/Documentation/ping
it doesn't work.
When trying same endpoint on localhost or in my production environment it works fine.
On my ngrok I keep getting 307 redirects:Any idea why this is happening?
My docker-compose:
Edit swagger pic*