Search code examples
iisrasa-nlurasarasa-corerasa-x

How to host Rasa core bot on IIS?


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.


Solution

  • The simplest solution which comes to mind is to simply forward your requests to the Rasa Open Source server and using IIS as proxy.