Hi,
I have hosted a Python 3.6 chat bot application on Web App service in Azure. Then registered a channel BOT with the end points. Tried testing through Web chat but BOT is not sending back any response.
The Web Channels log show There was an error sending this message to your bot: HTTP status code InternalServerError
When I paste the end point URL on browser it gives 405 Method not allowed
Please advise.
The same URL when tested in BOT emulator through ngrok tunnel , it is working fine.
Appreciate any suggestion.
thanks