0

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.

smith99
  • 17
  • 4

1 Answers1

0

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

Tobias
  • 1,880
  • 11
  • 17