Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用核心 rasa 框架开发了一个 Rasa 机器人。Rasa 服务器仅在 HTTP 协议上运行。我只能选择使用 IIS 作为网络服务器来确保此应用程序的安全。任何人都可以提供使用 IIS 配置 Rasa bot 的分步过程。
想到的最简单的解决方案是将您的请求简单地转发到 Rasa 开源服务器并使用 IIS 作为代理。