I just started working on Bot framework. I have created new bot application and deployed it on my local cluster. When i tested it from bot framework emulator only by using the localhost endpoint the bot is working as expected.
Now I have created a bot channel registration and connected it to Web Chat.
This gives me the app id and secret. Now when I enter this app id and secret into my appsettings.json and again try to hit the bot emulator, this time entering the App Id and Password it is throwing 401 authentication error. Any help what might be causing this issue ? Do I need to introduce any dependency in my code ? Can this be any problem of https vs http ?