I have developed a Rasa bot by using core rasa framework. Rasa server only runs on HTTP protocol. I have only choice of using IIS as a webserver to make this application secured. Can anybody give a step by step process for Rasa bot to be configured using IIS.
The simplest solution which comes to mind is to simply forward your requests to the Rasa Open Source server and using IIS as proxy.