I have created a chatbot using Microsoft BotFramework and deployed to Azure(web app bot). I wanted to debug the bot when the request is coming from other channels such as Skype or WebChat. I used ngrok and ran the following command to set up tunneling (localhost as public URL) and updated the messaging endpoint URL in Azure portal under settings of Bot.
ngrok http -host-header=rewrite localhost:123789
But when I request from webchat or Skype I see logging on ngrok command line(see screenshot) but the debugger is not triggered (Chatbot also not working). How can I debug my bot?
