DEV Community

Discussion on: ngrok - Expose Your LOCAL WEB Server to PUBLIC Internet (complete guide with Video) 📹

Collapse
 
shaijut profile image
Shaiju T

Nice 😄, I have used this to debug a webhook. I agree with others in comments that Security point of view its not good. But i think this is the only option to debug a webhook , isn't ?

Collapse
 
destro_mas profile image
Shahjada Talukdar

We can still deploy webhook to a server( let's say heroku) and see the Debug Logs there.
But sure, that will be time-consuming to change code each time and deploy it, and then see the logs.
ngrok will be faster.