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:![No description](https://cdn.answeroverflow.com/1229067037062729758/image.png)
![No description](https://cdn.answeroverflow.com/1229067037393948754/image.png)
Any idea why this is happening?
My docker-compose:
Edit swagger pic*
![No description](https://cdn.answeroverflow.com/1229093734646550569/image.png)